Html Css Color HEX #200162 Persian Indigo

📋 copy color: '#200162'

red 32 ◦ green 1 ◦ blue 98

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

Shades of Persian Indigo #200162

Tints of Persian Indigo #200162

RGB

 RED value IS 32 (12.89% from 255) = 24.43%

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

 BLUE value IS 98 (38.67% from 255) = 74.81%

R = 24.43%
G = 0.76%
B = 74.81%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#200162 (or 0x200162) is known color: Persian Indigo. HEX triplet: 20, 01 and 62. RGB value is (32,1,98). Sum of RGB (Red+Green+Blue) = 32+1+98=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 98 (38.67% from 255 or 74.81% from 131); Max value from RGB is 98 - color contains mainly: blue. Hex color #200162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200162 is #DFFE9D. Grayscale: #141414. Windows color (decimal): -14679710 or 6422816. OLE color: 6422816.

HSL color Cylindrical-coordinate representation of color #200162: hue angle of 259.18º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200162 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 1 98 -
CMYK 0.67 0.99 0 0.62
HSL 259.18º 0.98% 0.19% -
HSV(B) 259.18º 0.99% 0.38% -
XYZ 2.81 1.21 11.64 -
YUV 21.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 32 1 98 0.67 0.99 0 0.62 259.18 0.98 0.19
Hex 20 1 62 43 63 0 3E 103 62 13
Octal 40 1 142 103 143 0 76 403 142 23
Binary 100000 1 1100010 1000011 1100011 0 111110 100000011 1100010 10011

Color Harmonies of #200162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200162

Black with #200162

Text Example


Text Example

White with #200162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200162; }

 p { color: rgb(32,1,98); }

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

background-color css

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

 a { background-color: rgb(32,1,98); }

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

border-color css

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

 span { border-color: rgb(32,1,98); }

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