Html Css Color HEX #200361 Persian Indigo

📋 copy color: '#200361'

red 32 ◦ green 3 ◦ blue 97

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

Shades of Persian Indigo #200361

Tints of Persian Indigo #200361

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

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

R = 24.24%
G = 2.27%
B = 73.48%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#200361 (or 0x200361) is known color: Persian Indigo. HEX triplet: 20, 03 and 61. RGB value is (32,3,97). Sum of RGB (Red+Green+Blue) = 32+3+97=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 97 (38.28% from 255 or 73.48% from 132); Max value from RGB is 97 - color contains mainly: blue. Hex color #200361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200361 is #DFFC9E. Grayscale: #161616. Windows color (decimal): -14679199 or 6357792. OLE color: 6357792.

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

Color convert

RGB 32 3 97 -
CMYK 0.67 0.97 0 0.62
HSL 258.51º 0.94% 0.2% -
HSV(B) 258.51º 0.97% 0.38% -
XYZ 2.79 1.24 11.4 -
YUV 22.39 170.11 134.86 -
System Red Green Blue C M Y K H S L
Decimal 32 3 97 0.67 0.97 0 0.62 258.51 0.94 0.2
Hex 20 3 61 43 61 0 3E 103 5E 14
Octal 40 3 141 103 141 0 76 403 136 24
Binary 100000 11 1100001 1000011 1100001 0 111110 100000011 1011110 10100

Color Harmonies of #200361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200361

Black with #200361

Text Example


Text Example

White with #200361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200361; }

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

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

background-color css

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

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

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

border-color css

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

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

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