Html Css Color HEX #200260 Persian Indigo

📋 copy color: '#200260'

red 32 ◦ green 2 ◦ blue 96

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

Shades of Persian Indigo #200260

Tints of Persian Indigo #200260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 73.85%

R = 24.62%
G = 1.54%
B = 73.85%

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

#200260 (or 0x200260) is known color: Persian Indigo. HEX triplet: 20, 02 and 60. RGB value is (32,2,96). Sum of RGB (Red+Green+Blue) = 32+2+96=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 96 (37.89% from 255 or 73.85% from 130); Max value from RGB is 96 - color contains mainly: blue. Hex color #200260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200260 is #DFFD9F. Grayscale: #151515. Windows color (decimal): -14679456 or 6292000. OLE color: 6292000.

HSL color Cylindrical-coordinate representation of color #200260: hue angle of 259.15º 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 #200260 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 2 96 -
CMYK 0.67 0.98 0 0.62
HSL 259.15º 0.96% 0.19% -
HSV(B) 259.15º 0.98% 0.38% -
XYZ 2.73 1.2 11.15 -
YUV 21.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 32 2 96 0.67 0.98 0 0.62 259.15 0.96 0.19
Hex 20 2 60 43 62 0 3E 103 60 13
Octal 40 2 140 103 142 0 76 403 140 23
Binary 100000 10 1100000 1000011 1100010 0 111110 100000011 1100000 10011

Color Harmonies of #200260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200260

Black with #200260

Text Example


Text Example

White with #200260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200260; }

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

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

background-color css

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

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

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

border-color css

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

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

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