Html Css Color HEX #32229D Dark Slate Blue

📋 copy color: '#32229D'

red 50 ◦ green 34 ◦ blue 157

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

Shades of Dark Slate Blue #32229D

Tints of Dark Slate Blue #32229D

RGB

 RED value IS 50 (19.92% from 255) = 20.75%

 GREEN value IS 34 (13.67% from 255) = 14.11%

 BLUE value IS 157 (61.72% from 255) = 65.15%

R = 20.75%
G = 14.11%
B = 65.15%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32229D (or 0x32229D) is known color: Dark Slate Blue. HEX triplet: 32, 22 and 9D. RGB value is (50,34,157). Sum of RGB (Red+Green+Blue) = 50+34+157=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #32229D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32229D is #CDDD62. Grayscale: #343434. Windows color (decimal): -13491555 or 10297906. OLE color: 10297906.

HSL color Cylindrical-coordinate representation of color #32229D: hue angle of 247.8º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32229D is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 34 157 -
CMYK 0.68 0.78 0 0.38
HSL 247.8º 0.64% 0.37% -
HSV(B) 247.8º 0.78% 0.62% -
XYZ 7.97 4.26 32.3 -
YUV 52.81 186.8 126 -
System Red Green Blue C M Y K H S L
Decimal 50 34 157 0.68 0.78 0 0.38 247.8 0.64 0.37
Hex 32 22 9D 44 4E 0 26 F8 40 25
Octal 62 42 235 104 116 0 46 370 100 45
Binary 110010 100010 10011101 1000100 1001110 0 100110 11111000 1000000 100101

Color Harmonies of #32229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32229D

Black with #32229D

Text Example


Text Example

White with #32229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32229D; }

 p { color: rgb(50,34,157); }

 H1.HeaderClassName
 {
   color: #32229D;
 }
 .AnyTagClassName
 {
   color: #32229D;
 }
</style>

background-color css

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

 a { background-color: rgb(50,34,157); }

 div.DivClassName
 {
   background-color: #32229D;
 }
 .BgClassName
 {
   background-color: #32229D;
 }
</style>

border-color css

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

 span { border-color: rgb(50,34,157); }

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