Html Css Color HEX #200164 Persian Indigo

📋 copy color: '#200164'

red 32 ◦ green 1 ◦ blue 100

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

Shades of Persian Indigo #200164

Tints of Persian Indigo #200164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 75.19%

R = 24.06%
G = 0.75%
B = 75.19%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#200164 (or 0x200164) is known color: Persian Indigo. HEX triplet: 20, 01 and 64. RGB value is (32,1,100). Sum of RGB (Red+Green+Blue) = 32+1+100=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 100 (39.45% from 255 or 75.19% from 133); Max value from RGB is 100 - color contains mainly: blue. Hex color #200164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200164 is #DFFE9B. Grayscale: #151515. Windows color (decimal): -14679708 or 6553888. OLE color: 6553888.

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

Color convert

RGB 32 1 100 -
CMYK 0.68 0.99 0 0.61
HSL 258.79º 0.98% 0.2% -
HSV(B) 258.79º 0.99% 0.39% -
XYZ 2.91 1.25 12.14 -
YUV 21.56 172.27 135.45 -
System Red Green Blue C M Y K H S L
Decimal 32 1 100 0.68 0.99 0 0.61 258.79 0.98 0.2
Hex 20 1 64 44 63 0 3D 103 62 14
Octal 40 1 144 104 143 0 75 403 142 24
Binary 100000 1 1100100 1000100 1100011 0 111101 100000011 1100010 10100

Color Harmonies of #200164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200164

Black with #200164

Text Example


Text Example

White with #200164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200164; }

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

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

background-color css

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

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

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

border-color css

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

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

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