#423984

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

Shades of Dark Slate Blue #423984

Tints of Dark Slate Blue #423984

Color information

#423984 (or 0x423984) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 39 and 84. RGB value is (66,57,132). Sum of RGB (Red+Green+Blue) = 66+57+132=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #423984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423984 is #BDC67B. Grayscale: #434343. Windows color (decimal): -12437116 or 8665410. OLE color: 8665410.

HSL color Cylindrical-coordinate representation of color #423984: hue angle of 247.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #423984 is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6657132-
CMYK0.50.5700.48
HSL247.2º39.68%37.06%-
HSV(B)247.2º56.82%51.76%-
XYZ7.875.7522.52-
YUV68.24163.98126.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 132 (51.95% from 255) = 51.76%
R=25.88%
G=22.35%
B=51.76%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66571320.50.5700.48247.239.6837.06
Hex4239843239030f72825
Octal1027120462710603675045
Binary100001011100110000100110010111001011000011110111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423984; }

 p { color: rgb(66,57,132); }

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

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

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

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

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

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

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