Html Css Color HEX #32247C Persian Indigo

📋 copy color: '#32247C'

red 50 ◦ green 36 ◦ blue 124

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

Shades of Persian Indigo #32247C

Tints of Persian Indigo #32247C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 59.05%

R = 23.81%
G = 17.14%
B = 59.05%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#32247C (or 0x32247C) is known color: Persian Indigo. HEX triplet: 32, 24 and 7C. RGB value is (50,36,124). Sum of RGB (Red+Green+Blue) = 50+36+124=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #32247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32247C is #CDDB83. Grayscale: #313131. Windows color (decimal): -13491076 or 8135730. OLE color: 8135730.

HSL color Cylindrical-coordinate representation of color #32247C: hue angle of 249.55º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32247C is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 36 124 -
CMYK 0.60 0.71 0 0.51
HSL 249.55º 0.55% 0.31% -
HSV(B) 249.55º 0.71% 0.49% -
XYZ 5.58 3.4 19.43 -
YUV 50.22 169.64 127.84 -
System Red Green Blue C M Y K H S L
Decimal 50 36 124 0.60 0.71 0 0.51 249.55 0.55 0.31
Hex 32 24 7C 3C 47 0 33 FA 37 1F
Octal 62 44 174 74 107 0 63 372 67 37
Binary 110010 100100 1111100 111100 1000111 0 110011 11111010 110111 11111

Color Harmonies of #32247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32247C

Black with #32247C

Text Example


Text Example

White with #32247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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