Html Css Color HEX #200061 Persian Indigo

📋 copy color: '#200061'

red 32 ◦ green 0 ◦ blue 97

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

Shades of Persian Indigo #200061

Tints of Persian Indigo #200061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 75.19%

R = 24.81%
G = 0%
B = 75.19%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#200061 (or 0x200061) is known color: Persian Indigo. HEX triplet: 20, 00 and 61. RGB value is (32,0,97). Sum of RGB (Red+Green+Blue) = 32+0+97=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 97 (38.28% from 255 or 75.19% from 129); Max value from RGB is 97 - color contains mainly: blue. Hex color #200061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200061 is #DFFF9E. Grayscale: #141414. Windows color (decimal): -14679967 or 6357024. OLE color: 6357024.

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

Color convert

RGB 32 0 97 -
CMYK 0.67 1 0 0.62
HSL 259.79º 1% 0.19% -
HSV(B) 259.79º 1% 0.38% -
XYZ 2.75 1.17 11.39 -
YUV 20.63 171.1 136.11 -
System Red Green Blue C M Y K H S L
Decimal 32 0 97 0.67 1 0 0.62 259.79 1 0.19
Hex 20 0 61 43 64 0 3E 104 64 13
Octal 40 0 141 103 144 0 76 404 144 23
Binary 100000 0 1100001 1000011 1100100 0 111110 100000100 1100100 10011

Color Harmonies of #200061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200061

Black with #200061

Text Example


Text Example

White with #200061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200061; }

 p { color: rgb(32,0,97); }

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

background-color css

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

 a { background-color: rgb(32,0,97); }

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

border-color css

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

 span { border-color: rgb(32,0,97); }

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