Html Css Color HEX #32029D Persian Indigo

📋 copy color: '#32029D'

red 50 ◦ green 2 ◦ blue 157

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

Shades of Persian Indigo #32029D

Tints of Persian Indigo #32029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 75.12%

R = 23.92%
G = 0.96%
B = 75.12%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32029D (or 0x32029D) is known color: Persian Indigo. HEX triplet: 32, 02 and 9D. RGB value is (50,2,157). Sum of RGB (Red+Green+Blue) = 50+2+157=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 157 (61.72% from 255 or 75.12% from 209); Max value from RGB is 157 - color contains mainly: blue. Hex color #32029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32029D is #CDFD62. Grayscale: #212121. Windows color (decimal): -13499747 or 10289714. OLE color: 10289714.

HSL color Cylindrical-coordinate representation of color #32029D: hue angle of 258.58º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32029D is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 2 157 -
CMYK 0.68 0.99 0 0.38
HSL 258.58º 0.97% 0.31% -
HSV(B) 258.58º 0.99% 0.62% -
XYZ 7.42 3.16 32.12 -
YUV 34.02 197.4 139.4 -
System Red Green Blue C M Y K H S L
Decimal 50 2 157 0.68 0.99 0 0.38 258.58 0.97 0.31
Hex 32 2 9D 44 63 0 26 103 61 1F
Octal 62 2 235 104 143 0 46 403 141 37
Binary 110010 10 10011101 1000100 1100011 0 100110 100000011 1100001 11111

Color Harmonies of #32029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32029D

Black with #32029D

Text Example


Text Example

White with #32029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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