Html Css Color HEX #32017D Persian Indigo

📋 copy color: '#32017D'

red 50 ◦ green 1 ◦ blue 125

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

Shades of Persian Indigo #32017D

Tints of Persian Indigo #32017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 28.41%
G = 0.57%
B = 71.02%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#32017D (or 0x32017D) is known color: Persian Indigo. HEX triplet: 32, 01 and 7D. RGB value is (50,1,125). Sum of RGB (Red+Green+Blue) = 50+1+125=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 125 (49.22% from 255 or 71.02% from 176); Max value from RGB is 125 - color contains mainly: blue. Hex color #32017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32017D is #CDFE82. Grayscale: #1D1D1D. Windows color (decimal): -13500035 or 8192306. OLE color: 8192306.

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

Color convert

RGB 50 1 125 -
CMYK 0.60 0.99 0 0.51
HSL 263.71º 0.98% 0.25% -
HSV(B) 263.71º 0.99% 0.49% -
XYZ 5.03 2.18 19.56 -
YUV 29.79 181.73 142.42 -
System Red Green Blue C M Y K H S L
Decimal 50 1 125 0.60 0.99 0 0.51 263.71 0.98 0.25
Hex 32 1 7D 3C 63 0 33 108 62 19
Octal 62 1 175 74 143 0 63 410 142 31
Binary 110010 1 1111101 111100 1100011 0 110011 100001000 1100010 11001

Color Harmonies of #32017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32017D

Black with #32017D

Text Example


Text Example

White with #32017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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