#433980

Color #433980 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #433980

Tints of Dark Slate Blue #433980

Color information

#433980 (or 0x433980) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 39 and 80. RGB value is (67,57,128). Sum of RGB (Red+Green+Blue) = 67+57+128=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #433980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433980 is #BCC67F. Grayscale: #434343. Windows color (decimal): -12371584 or 8403267. OLE color: 8403267.

HSL color Cylindrical-coordinate representation of color #433980: hue angle of 248.45º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #433980 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6757128-
CMYK0.480.5500.50
HSL248.45º38.38%36.27%-
HSV(B)248.45º55.47%50.2%-
XYZ7.675.6821.11-
YUV68.08161.81127.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 26.59%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 128 (50.39% from 255) = 50.79%
R=26.59%
G=22.62%
B=50.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67571280.480.5500.50248.4538.3836.27
Hex4339803037032f82624
Octal1037120060670623704644
Binary100001111100110000000110000110111011001011111000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433980; }

 p { color: rgb(67,57,128); }

 H1.HeaderClassName
 {
   color: #433980;
 }
 .AnyTagClassName
 {
   color: #433980;
 }
</style>
background-color css

<style>
 a { background-color: #433980; }

 a { background-color: rgb(67,57,128); }

 div.DivClassName
 {
   background-color: #433980;
 }
 .BgClassName
 {
   background-color: #433980;
 }
</style>
border-color css

<style>
 span { border-color: #433980; }

 span { border-color: rgb(67,57,128); }

 td.TdClassName
 {
   border-color: #433980;
 }
 .TagClassName
 {
   border-color: #433980;
 }
</style>