Html Css Color HEX #200262 Persian Indigo

📋 copy color: '#200262'

red 32 ◦ green 2 ◦ blue 98

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

Shades of Persian Indigo #200262

Tints of Persian Indigo #200262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 74.24%

R = 24.24%
G = 1.52%
B = 74.24%

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

#200262 (or 0x200262) is known color: Persian Indigo. HEX triplet: 20, 02 and 62. RGB value is (32,2,98). Sum of RGB (Red+Green+Blue) = 32+2+98=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 98 (38.67% from 255 or 74.24% from 132); Max value from RGB is 98 - color contains mainly: blue. Hex color #200262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200262 is #DFFD9D. Grayscale: #151515. Windows color (decimal): -14679454 or 6423072. OLE color: 6423072.

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

Color convert

RGB 32 2 98 -
CMYK 0.67 0.98 0 0.62
HSL 258.75º 0.96% 0.2% -
HSV(B) 258.75º 0.98% 0.38% -
XYZ 2.82 1.23 11.64 -
YUV 21.91 170.94 135.19 -
System Red Green Blue C M Y K H S L
Decimal 32 2 98 0.67 0.98 0 0.62 258.75 0.96 0.2
Hex 20 2 62 43 62 0 3E 103 60 14
Octal 40 2 142 103 142 0 76 403 140 24
Binary 100000 10 1100010 1000011 1100010 0 111110 100000011 1100000 10100

Color Harmonies of #200262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200262

Black with #200262

Text Example


Text Example

White with #200262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200262; }

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

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

background-color css

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

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

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

border-color css

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

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

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