#42429C

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

Shades of Dark Slate Blue #42429C

Tints of Dark Slate Blue #42429C

Color information

#42429C (or 0x42429C) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 42 and 9C. RGB value is (66,66,156). Sum of RGB (Red+Green+Blue) = 66+66+156=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #42429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42429C is #BDBD63. Grayscale: #4B4B4B. Windows color (decimal): -12434788 or 10240578. OLE color: 10240578.

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

Color convert

RGB6666156-
CMYK0.580.5800.39
HSL240º40.54%43.53%-
HSV(B)240º57.69%61.18%-
XYZ10.27.4532.35-
YUV76.26173120.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 156 (61.33% from 255) = 54.17%
R=22.92%
G=22.92%
B=54.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66661560.580.5800.3924040.5443.53
Hex42429C3A3A027f0292c
Octal10210223472720473605154
Binary1000010100001010011100111010111010010011111110000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42429C; }

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

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

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

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

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

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

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

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