#41429B

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

Shades of Dark Slate Blue #41429B

Tints of Dark Slate Blue #41429B

Color information

#41429B (or 0x41429B) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 42 and 9B. RGB value is (65,66,155). Sum of RGB (Red+Green+Blue) = 65+66+155=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 66 (26.17% from 255 or 23.08% 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 #41429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41429B is #BEBD64. Grayscale: #4B4B4B. Windows color (decimal): -12500325 or 10175041. OLE color: 10175041.

HSL color Cylindrical-coordinate representation of color #41429B: hue angle of 239.33º 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 #41429B is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6566155-
CMYK0.580.5700.39
HSL239.33º40.91%43.14%-
HSV(B)239.33º58.06%60.78%-
XYZ10.047.3931.91-
YUV75.85172.67120.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65661550.580.5700.39239.3340.9143.14
Hex41429B3A39027ef292b
Octal10110223372710473575153
Binary1000001100001010011011111010111001010011111101111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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