#424290

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

Shades of Dark Slate Blue #424290

Tints of Dark Slate Blue #424290

Color information

#424290 (or 0x424290) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 42 and 90. RGB value is (66,66,144). Sum of RGB (Red+Green+Blue) = 66+66+144=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #424290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424290 is #BDBD6F. Grayscale: #4A4A4A. Windows color (decimal): -12434800 or 9454146. OLE color: 9454146.

HSL color Cylindrical-coordinate representation of color #424290: hue angle of 240º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #424290 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6666144-
CMYK0.540.5400.44
HSL240º37.14%41.18%-
HSV(B)240º54.17%56.47%-
XYZ9.237.0727.26-
YUV74.89167121.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 144 (56.64% from 255) = 52.17%
R=23.91%
G=23.91%
B=52.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66661440.540.5400.4424037.1441.18
Hex424290363602Cf02529
Octal10210222066660543604551
Binary1000010100001010010000110110110110010110011110000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424290; }

 p { color: rgb(66,66,144); }

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

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

 a { background-color: rgb(66,66,144); }

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

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

 span { border-color: rgb(66,66,144); }

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