#32299E

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

Shades of Dark Slate Blue #32299E

Tints of Dark Slate Blue #32299E

Color information

#32299E (or 0x32299E) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 29 and 9E. RGB value is (50,41,158). Sum of RGB (Red+Green+Blue) = 50+41+158=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #32299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32299E is #CDD661. Grayscale: #383838. Windows color (decimal): -13489762 or 10365234. OLE color: 10365234.

HSL color Cylindrical-coordinate representation of color #32299E: hue angle of 244.62º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32299E is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5041158-
CMYK0.680.7400.38
HSL244.62º58.79%39.02%-
HSV(B)244.62º74.05%61.96%-
XYZ8.284.7332.82-
YUV57.03184.98122.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 41 (16.41% from 255) = 16.47%
BLUE value IS 158 (62.11% from 255) = 63.45%
R=20.08%
G=16.47%
B=63.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50411580.680.7400.38244.6258.7939.02
Hex32299E444A026f53b27
Octal62512361041120463657347
Binary1100101010011001111010001001001010010011011110101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32299E; }

 p { color: rgb(50,41,158); }

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

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

 a { background-color: rgb(50,41,158); }

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

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

 span { border-color: rgb(50,41,158); }

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