#42418B

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

Shades of Dark Slate Blue #42418B

Tints of Dark Slate Blue #42418B

Color information

#42418B (or 0x42418B) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 41 and 8B. RGB value is (66,65,139). Sum of RGB (Red+Green+Blue) = 66+65+139=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #42418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42418B is #BDBE74. Grayscale: #494949. Windows color (decimal): -12435061 or 9126210. OLE color: 9126210.

HSL color Cylindrical-coordinate representation of color #42418B: hue angle of 240.81º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42418B is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6665139-
CMYK0.530.5300.45
HSL240.81º36.27%40%-
HSV(B)240.81º53.24%54.51%-
XYZ8.86.825.28-
YUV73.74164.83122.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=24.44%
G=24.07%
B=51.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66651390.530.5300.45240.8136.2740
Hex42418B353502Df12428
Octal10210121365650553614450
Binary1000010100000110001011110101110101010110111110001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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