#42439A

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

Shades of Dark Slate Blue #42439A

Tints of Dark Slate Blue #42439A

Color information

#42439A (or 0x42439A) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 43 and 9A. RGB value is (66,67,154). Sum of RGB (Red+Green+Blue) = 66+67+154=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #42439A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42439A is #BDBC65. Grayscale: #4C4C4C. Windows color (decimal): -12434534 or 10109762. OLE color: 10109762.

HSL color Cylindrical-coordinate representation of color #42439A: hue angle of 239.32º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42439A is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6667154-
CMYK0.570.5600.40
HSL239.32º40%43.14%-
HSV(B)239.32º57.14%60.39%-
XYZ10.097.5131.49-
YUV76.62171.67120.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 154 (60.55% from 255) = 53.66%
R=23.00%
G=23.34%
B=53.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66671540.570.5600.40239.324043.14
Hex42439A3938028ef282b
Octal10210323271700503575053
Binary1000010100001110011010111001111000010100011101111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42439A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42439A; }

 p { color: rgb(66,67,154); }

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

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

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

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

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

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

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