Html Css Color HEX #200261 Persian Indigo

📋 copy color: '#200261'

red 32 ◦ green 2 ◦ blue 97

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

Shades of Persian Indigo #200261

Tints of Persian Indigo #200261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.53%

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

R = 24.43%
G = 1.53%
B = 74.05%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#200261 (or 0x200261) is known color: Persian Indigo. HEX triplet: 20, 02 and 61. RGB value is (32,2,97). Sum of RGB (Red+Green+Blue) = 32+2+97=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 97 (38.28% from 255 or 74.05% from 131); Max value from RGB is 97 - color contains mainly: blue. Hex color #200261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200261 is #DFFD9E. Grayscale: #151515. Windows color (decimal): -14679455 or 6357536. OLE color: 6357536.

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

Color convert

RGB 32 2 97 -
CMYK 0.67 0.98 0 0.62
HSL 258.95º 0.96% 0.19% -
HSV(B) 258.95º 0.98% 0.38% -
XYZ 2.78 1.21 11.4 -
YUV 21.8 170.44 135.28 -
System Red Green Blue C M Y K H S L
Decimal 32 2 97 0.67 0.98 0 0.62 258.95 0.96 0.19
Hex 20 2 61 43 62 0 3E 103 60 13
Octal 40 2 141 103 142 0 76 403 140 23
Binary 100000 10 1100001 1000011 1100010 0 111110 100000011 1100000 10011

Color Harmonies of #200261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200261

Black with #200261

Text Example


Text Example

White with #200261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200261; }

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

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

background-color css

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

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

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

border-color css

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

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

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