Html Css Color HEX #32247A Persian Indigo

📋 copy color: '#32247A'

red 50 ◦ green 36 ◦ blue 122

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

Shades of Persian Indigo #32247A

Tints of Persian Indigo #32247A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.31%

 BLUE value IS 122 (48.05% from 255) = 58.65%

R = 24.04%
G = 17.31%
B = 58.65%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#32247A (or 0x32247A) is known color: Persian Indigo. HEX triplet: 32, 24 and 7A. RGB value is (50,36,122). Sum of RGB (Red+Green+Blue) = 50+36+122=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #32247A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32247A is #CDDB85. Grayscale: #313131. Windows color (decimal): -13491078 or 8004658. OLE color: 8004658.

HSL color Cylindrical-coordinate representation of color #32247A: hue angle of 249.77º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32247A is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 36 122 -
CMYK 0.59 0.70 0 0.52
HSL 249.77º 0.54% 0.31% -
HSV(B) 249.77º 0.7% 0.48% -
XYZ 5.46 3.35 18.77 -
YUV 49.99 168.64 128.01 -
System Red Green Blue C M Y K H S L
Decimal 50 36 122 0.59 0.70 0 0.52 249.77 0.54 0.31
Hex 32 24 7A 3B 46 0 34 FA 36 1F
Octal 62 44 172 73 106 0 64 372 66 37
Binary 110010 100100 1111010 111011 1000110 0 110100 11111010 110110 11111

Color Harmonies of #32247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32247A

Black with #32247A

Text Example


Text Example

White with #32247A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32247A; }

 p { color: rgb(50,36,122); }

 H1.HeaderClassName
 {
   color: #32247A;
 }
 .AnyTagClassName
 {
   color: #32247A;
 }
</style>

background-color css

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

 a { background-color: rgb(50,36,122); }

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

border-color css

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

 span { border-color: rgb(50,36,122); }

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