Html Css Color HEX #32019B Persian Indigo

📋 copy color: '#32019B'

red 50 ◦ green 1 ◦ blue 155

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

Shades of Persian Indigo #32019B

Tints of Persian Indigo #32019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 75.24%

R = 24.27%
G = 0.49%
B = 75.24%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32019B (or 0x32019B) is known color: Persian Indigo. HEX triplet: 32, 01 and 9B. RGB value is (50,1,155). Sum of RGB (Red+Green+Blue) = 50+1+155=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 155 (60.94% from 255 or 75.24% from 206); Max value from RGB is 155 - color contains mainly: blue. Hex color #32019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32019B is #CDFE64. Grayscale: #202020. Windows color (decimal): -13500005 or 10158386. OLE color: 10158386.

HSL color Cylindrical-coordinate representation of color #32019B: hue angle of 259.09º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32019B is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 1 155 -
CMYK 0.68 0.99 0 0.39
HSL 259.09º 0.99% 0.31% -
HSV(B) 259.09º 0.99% 0.61% -
XYZ 7.24 3.07 31.22 -
YUV 33.21 196.73 139.98 -
System Red Green Blue C M Y K H S L
Decimal 50 1 155 0.68 0.99 0 0.39 259.09 0.99 0.31
Hex 32 1 9B 44 63 0 27 103 63 1F
Octal 62 1 233 104 143 0 47 403 143 37
Binary 110010 1 10011011 1000100 1100011 0 100111 100000011 1100011 11111

Color Harmonies of #32019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32019B

Black with #32019B

Text Example


Text Example

White with #32019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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