Html Css Color HEX #32047C Persian Indigo

📋 copy color: '#32047C'

red 50 ◦ green 4 ◦ blue 124

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

Shades of Persian Indigo #32047C

Tints of Persian Indigo #32047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.25%

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

R = 28.09%
G = 2.25%
B = 69.66%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#32047C (or 0x32047C) is known color: Persian Indigo. HEX triplet: 32, 04 and 7C. RGB value is (50,4,124). Sum of RGB (Red+Green+Blue) = 50+4+124=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 124 (48.83% from 255 or 69.66% from 178); Max value from RGB is 124 - color contains mainly: blue. Hex color #32047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32047C is #CDFB83. Grayscale: #1F1F1F. Windows color (decimal): -13499268 or 8127538. OLE color: 8127538.

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

Color convert

RGB 50 4 124 -
CMYK 0.60 0.97 0 0.51
HSL 263º 0.94% 0.25% -
HSV(B) 263º 0.97% 0.49% -
XYZ 5 2.22 19.23 -
YUV 31.43 180.24 141.24 -
System Red Green Blue C M Y K H S L
Decimal 50 4 124 0.60 0.97 0 0.51 263 0.94 0.25
Hex 32 4 7C 3C 61 0 33 107 5E 19
Octal 62 4 174 74 141 0 63 407 136 31
Binary 110010 100 1111100 111100 1100001 0 110011 100000111 1011110 11001

Color Harmonies of #32047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32047C

Black with #32047C

Text Example


Text Example

White with #32047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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