#423382

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

Shades of Dark Slate Blue #423382

Tints of Dark Slate Blue #423382

Color information

#423382 (or 0x423382) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 33 and 82. RGB value is (66,51,130). Sum of RGB (Red+Green+Blue) = 66+51+130=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #423382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423382 is #BDCC7D. Grayscale: #404040. Windows color (decimal): -12438654 or 8532802. OLE color: 8532802.

HSL color Cylindrical-coordinate representation of color #423382: hue angle of 251.39º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #423382 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6651130-
CMYK0.490.6100.49
HSL251.39º43.65%35.49%-
HSV(B)251.39º60.77%50.98%-
XYZ7.465.1421.72-
YUV64.49164.97129.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 130 (51.17% from 255) = 52.63%
R=26.72%
G=20.65%
B=52.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66511300.490.6100.49251.3943.6535.49
Hex423382313D031fb2c23
Octal1026320261750613735443
Binary100001011001110000010110001111101011000111111011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423382; }

 p { color: rgb(66,51,130); }

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

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

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

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

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

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

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