#42409E

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

Shades of Dark Slate Blue #42409E

Tints of Dark Slate Blue #42409E

Color information

#42409E (or 0x42409E) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 40 and 9E. RGB value is (66,64,158). Sum of RGB (Red+Green+Blue) = 66+64+158=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #42409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42409E is #BDBF61. Grayscale: #4A4A4A. Windows color (decimal): -12435298 or 10371138. OLE color: 10371138.

HSL color Cylindrical-coordinate representation of color #42409E: hue angle of 241.28º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42409E is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6664158-
CMYK0.580.5900.38
HSL241.28º42.34%43.53%-
HSV(B)241.28º59.49%61.96%-
XYZ10.257.2933.22-
YUV75.31174.66121.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 158 (62.11% from 255) = 54.86%
R=22.92%
G=22.22%
B=54.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66641580.580.5900.38241.2842.3443.53
Hex42409E3A3B026f12a2c
Octal10210023672730463615254
Binary1000010100000010011110111010111011010011011110001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42409E; }

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

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

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

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

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

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

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

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