Html Css Color HEX #32299E Dark Slate Blue

📋 copy color: '#32299E'

red 50 ◦ green 41 ◦ blue 158

#32299E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #32299E

Tints of Dark Slate Blue #32299E

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 value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32299E (or 0x32299E) is known color: 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

RGB 50 41 158 -
CMYK 0.68 0.74 0 0.38
HSL 244.62º 0.59% 0.39% -
HSV(B) 244.62º 0.74% 0.62% -
XYZ 8.28 4.73 32.82 -
YUV 57.03 184.98 122.99 -
System Red Green Blue C M Y K H S L
Decimal 50 41 158 0.68 0.74 0 0.38 244.62 0.59 0.39
Hex 32 29 9E 44 4A 0 26 F5 3B 27
Octal 62 51 236 104 112 0 46 365 73 47
Binary 110010 101001 10011110 1000100 1001010 0 100110 11110101 111011 100111

Color Harmonies of #32299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32299E

Black with #32299E

Text Example


Text Example

White with #32299E

Text Example


Text Example

HTML Codes & Css Web 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>