#423882

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

Shades of Dark Slate Blue #423882

Tints of Dark Slate Blue #423882

Color information

#423882 (or 0x423882) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 38 and 82. RGB value is (66,56,130). Sum of RGB (Red+Green+Blue) = 66+56+130=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #423882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423882 is #BDC77D. Grayscale: #434343. Windows color (decimal): -12437374 or 8534082. OLE color: 8534082.

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

Color convert

RGB6656130-
CMYK0.490.5700.49
HSL248.11º39.78%36.47%-
HSV(B)248.11º56.92%50.98%-
XYZ7.695.621.79-
YUV67.43163.31126.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 56 (22.27% from 255) = 22.22%
BLUE value IS 130 (51.17% from 255) = 51.59%
R=26.19%
G=22.22%
B=51.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66561300.490.5700.49248.1139.7836.47
Hex4238823139031f82824
Octal1027020261710613705044
Binary100001011100010000010110001111001011000111111000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423882; }

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

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

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

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

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

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

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

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