#42419B

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

Shades of Dark Slate Blue #42419B

Tints of Dark Slate Blue #42419B

Color information

#42419B (or 0x42419B) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 41 and 9B. RGB value is (66,65,155). Sum of RGB (Red+Green+Blue) = 66+65+155=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #42419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42419B is #BDBE64. Grayscale: #4B4B4B. Windows color (decimal): -12435045 or 10174786. OLE color: 10174786.

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

Color convert

RGB6665155-
CMYK0.570.5800.39
HSL240.67º40.91%43.14%-
HSV(B)240.67º58.06%60.78%-
XYZ10.057.3131.89-
YUV75.56172.83121.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 65 (25.78% from 255) = 22.73%
BLUE value IS 155 (60.94% from 255) = 54.20%
R=23.08%
G=22.73%
B=54.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66651550.570.5800.39240.6740.9143.14
Hex42419B393A027f1292b
Octal10210123371720473615153
Binary1000010100000110011011111001111010010011111110001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42419B; }

 p { color: rgb(66,65,155); }

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

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

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

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

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

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

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