Html Css Color HEX #200266 Persian Indigo

📋 copy color: '#200266'

red 32 ◦ green 2 ◦ blue 102

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

Shades of Persian Indigo #200266

Tints of Persian Indigo #200266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 75%

R = 23.53%
G = 1.47%
B = 75%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#200266 (or 0x200266) is known color: Persian Indigo. HEX triplet: 20, 02 and 66. RGB value is (32,2,102). Sum of RGB (Red+Green+Blue) = 32+2+102=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 102 (40.23% from 255 or 75% from 136); Max value from RGB is 102 - color contains mainly: blue. Hex color #200266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200266 is #DFFD99. Grayscale: #161616. Windows color (decimal): -14679450 or 6685216. OLE color: 6685216.

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

Color convert

RGB 32 2 102 -
CMYK 0.69 0.98 0 0.6
HSL 258º 0.96% 0.2% -
HSV(B) 258º 0.98% 0.4% -
XYZ 3.02 1.31 12.66 -
YUV 22.37 172.94 134.87 -
System Red Green Blue C M Y K H S L
Decimal 32 2 102 0.69 0.98 0 0.6 258 0.96 0.2
Hex 20 2 66 45 62 0 3C 102 60 14
Octal 40 2 146 105 142 0 74 402 140 24
Binary 100000 10 1100110 1000101 1100010 0 111100 100000010 1100000 10100

Color Harmonies of #200266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200266

Black with #200266

Text Example


Text Example

White with #200266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200266; }

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

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

background-color css

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

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

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

border-color css

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

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

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