Html Css Color HEX #32018C Persian Indigo

📋 copy color: '#32018C'

red 50 ◦ green 1 ◦ blue 140

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

Shades of Persian Indigo #32018C

Tints of Persian Indigo #32018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 73.3%

R = 26.18%
G = 0.52%
B = 73.3%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32018C (or 0x32018C) is known color: Persian Indigo. HEX triplet: 32, 01 and 8C. RGB value is (50,1,140). Sum of RGB (Red+Green+Blue) = 50+1+140=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 140 (55.08% from 255 or 73.30% from 191); Max value from RGB is 140 - color contains mainly: blue. Hex color #32018C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32018C is #CDFE73. Grayscale: #1E1E1E. Windows color (decimal): -13500020 or 9175346. OLE color: 9175346.

HSL color Cylindrical-coordinate representation of color #32018C: hue angle of 261.15º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32018C is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 1 140 -
CMYK 0.64 0.99 0 0.45
HSL 261.15º 0.99% 0.28% -
HSV(B) 261.15º 0.99% 0.55% -
XYZ 6.06 2.59 24.99 -
YUV 31.5 189.23 141.2 -
System Red Green Blue C M Y K H S L
Decimal 50 1 140 0.64 0.99 0 0.45 261.15 0.99 0.28
Hex 32 1 8C 40 63 0 2D 105 63 1C
Octal 62 1 214 100 143 0 55 405 143 34
Binary 110010 1 10001100 1000000 1100011 0 101101 100000101 1100011 11100

Color Harmonies of #32018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32018C

Black with #32018C

Text Example


Text Example

White with #32018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32018C; }

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

 H1.HeaderClassName
 {
   color: #32018C;
 }
 .AnyTagClassName
 {
   color: #32018C;
 }
</style>

background-color css

<style>
 a { background-color: #32018C; }

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

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

border-color css

<style>
 span { border-color: #32018C; }

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

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