Html Css Color HEX #32047D Persian Indigo

📋 copy color: '#32047D'

red 50 ◦ green 4 ◦ blue 125

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

Shades of Persian Indigo #32047D

Tints of Persian Indigo #32047D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 69.83%

R = 27.93%
G = 2.23%
B = 69.83%

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

#32047D (or 0x32047D) is known color: Persian Indigo. HEX triplet: 32, 04 and 7D. RGB value is (50,4,125). Sum of RGB (Red+Green+Blue) = 50+4+125=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #32047D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32047D is #CDFB82. Grayscale: #1F1F1F. Windows color (decimal): -13499267 or 8193074. OLE color: 8193074.

HSL color Cylindrical-coordinate representation of color #32047D: hue angle of 262.81º 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 #32047D is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 4 125 -
CMYK 0.60 0.97 0 0.51
HSL 262.81º 0.94% 0.25% -
HSV(B) 262.81º 0.97% 0.49% -
XYZ 5.06 2.25 19.57 -
YUV 31.55 180.74 141.16 -
System Red Green Blue C M Y K H S L
Decimal 50 4 125 0.60 0.97 0 0.51 262.81 0.94 0.25
Hex 32 4 7D 3C 61 0 33 107 5E 19
Octal 62 4 175 74 141 0 63 407 136 31
Binary 110010 100 1111101 111100 1100001 0 110011 100000111 1011110 11001

Color Harmonies of #32047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32047D

Black with #32047D

Text Example


Text Example

White with #32047D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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