#424090

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

Shades of Dark Slate Blue #424090

Tints of Dark Slate Blue #424090

Color information

#424090 (or 0x424090) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 40 and 90. RGB value is (66,64,144). Sum of RGB (Red+Green+Blue) = 66+64+144=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #424090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424090 is #BDBF6F. Grayscale: #494949. Windows color (decimal): -12435312 or 9453634. OLE color: 9453634.

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

Color convert

RGB6664144-
CMYK0.540.5600.44
HSL241.5º38.46%40.78%-
HSV(B)241.5º55.56%56.47%-
XYZ9.116.8427.23-
YUV73.72167.66122.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 144 (56.64% from 255) = 52.55%
R=24.09%
G=23.36%
B=52.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66641440.540.5600.44241.538.4640.78
Hex424090363802Cf22629
Octal10210022066700543624651
Binary1000010100000010010000110110111000010110011110010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424090; }

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

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

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

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

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

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

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

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