Html Css Color HEX #32027E Persian Indigo

📋 copy color: '#32027E'

red 50 ◦ green 2 ◦ blue 126

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

Shades of Persian Indigo #32027E

Tints of Persian Indigo #32027E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

 BLUE value IS 126 (49.61% from 255) = 70.79%

R = 28.09%
G = 1.12%
B = 70.79%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#32027E (or 0x32027E) is known color: Persian Indigo. HEX triplet: 32, 02 and 7E. RGB value is (50,2,126). Sum of RGB (Red+Green+Blue) = 50+2+126=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 126 (49.61% from 255 or 70.79% from 178); Max value from RGB is 126 - color contains mainly: blue. Hex color #32027E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32027E is #CDFD81. Grayscale: #1E1E1E. Windows color (decimal): -13499778 or 8258098. OLE color: 8258098.

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

Color convert

RGB 50 2 126 -
CMYK 0.60 0.98 0 0.51
HSL 263.23º 0.97% 0.25% -
HSV(B) 263.23º 0.98% 0.49% -
XYZ 5.1 2.23 19.9 -
YUV 30.49 181.9 141.92 -
System Red Green Blue C M Y K H S L
Decimal 50 2 126 0.60 0.98 0 0.51 263.23 0.97 0.25
Hex 32 2 7E 3C 62 0 33 107 61 19
Octal 62 2 176 74 142 0 63 407 141 31
Binary 110010 10 1111110 111100 1100010 0 110011 100000111 1100001 11001

Color Harmonies of #32027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32027E

Black with #32027E

Text Example


Text Example

White with #32027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32027E; }

 p { color: rgb(50,2,126); }

 H1.HeaderClassName
 {
   color: #32027E;
 }
 .AnyTagClassName
 {
   color: #32027E;
 }
</style>

background-color css

<style>
 a { background-color: #32027E; }

 a { background-color: rgb(50,2,126); }

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

border-color css

<style>
 span { border-color: #32027E; }

 span { border-color: rgb(50,2,126); }

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