Html Css Color HEX #32019D Persian Indigo

📋 copy color: '#32019D'

red 50 ◦ green 1 ◦ blue 157

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

Shades of Persian Indigo #32019D

Tints of Persian Indigo #32019D

RGB

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

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

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

R = 24.04%
G = 0.48%
B = 75.48%

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

#32019D (or 0x32019D) is known color: Persian Indigo. HEX triplet: 32, 01 and 9D. RGB value is (50,1,157). Sum of RGB (Red+Green+Blue) = 50+1+157=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 157 (61.72% from 255 or 75.48% from 208); Max value from RGB is 157 - color contains mainly: blue. Hex color #32019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32019D is #CDFE62. Grayscale: #202020. Windows color (decimal): -13500003 or 10289458. OLE color: 10289458.

HSL color Cylindrical-coordinate representation of color #32019D: hue angle of 258.85º degrees, saturation: 0.99, 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 #32019D is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 1 157 -
CMYK 0.68 0.99 0 0.38
HSL 258.85º 0.99% 0.31% -
HSV(B) 258.85º 0.99% 0.62% -
XYZ 7.41 3.13 32.11 -
YUV 33.44 197.73 139.82 -
System Red Green Blue C M Y K H S L
Decimal 50 1 157 0.68 0.99 0 0.38 258.85 0.99 0.31
Hex 32 1 9D 44 63 0 26 103 63 1F
Octal 62 1 235 104 143 0 46 403 143 37
Binary 110010 1 10011101 1000100 1100011 0 100110 100000011 1100011 11111

Color Harmonies of #32019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32019D

Black with #32019D

Text Example


Text Example

White with #32019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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