Html Css Color HEX #32018A Persian Indigo

📋 copy color: '#32018A'

red 50 ◦ green 1 ◦ blue 138

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

Shades of Persian Indigo #32018A

Tints of Persian Indigo #32018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 73.02%

R = 26.46%
G = 0.53%
B = 73.02%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#32018A (or 0x32018A) is known color: Persian Indigo. HEX triplet: 32, 01 and 8A. RGB value is (50,1,138). Sum of RGB (Red+Green+Blue) = 50+1+138=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 138 (54.30% from 255 or 73.02% from 189); Max value from RGB is 138 - color contains mainly: blue. Hex color #32018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32018A is #CDFE75. Grayscale: #1E1E1E. Windows color (decimal): -13500022 or 9044274. OLE color: 9044274.

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

Color convert

RGB 50 1 138 -
CMYK 0.64 0.99 0 0.46
HSL 261.46º 0.99% 0.27% -
HSV(B) 261.46º 0.99% 0.54% -
XYZ 5.91 2.53 24.22 -
YUV 31.27 188.23 141.36 -
System Red Green Blue C M Y K H S L
Decimal 50 1 138 0.64 0.99 0 0.46 261.46 0.99 0.27
Hex 32 1 8A 40 63 0 2E 105 63 1B
Octal 62 1 212 100 143 0 56 405 143 33
Binary 110010 1 10001010 1000000 1100011 0 101110 100000101 1100011 11011

Color Harmonies of #32018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32018A

Black with #32018A

Text Example


Text Example

White with #32018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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