Html Css Color HEX #200275 Persian Indigo

📋 copy color: '#200275'

red 32 ◦ green 2 ◦ blue 117

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

Shades of Persian Indigo #200275

Tints of Persian Indigo #200275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 77.48%

R = 21.19%
G = 1.32%
B = 77.48%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#200275 (or 0x200275) is known color: Persian Indigo. HEX triplet: 20, 02 and 75. RGB value is (32,2,117). Sum of RGB (Red+Green+Blue) = 32+2+117=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 117 (46.09% from 255 or 77.48% from 151); Max value from RGB is 117 - color contains mainly: blue. Hex color #200275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200275 is #DFFD8A. Grayscale: #171717. Windows color (decimal): -14679435 or 7668256. OLE color: 7668256.

HSL color Cylindrical-coordinate representation of color #200275: hue angle of 255.65º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200275 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 2 117 -
CMYK 0.73 0.98 0 0.54
HSL 255.65º 0.97% 0.23% -
HSV(B) 255.65º 0.98% 0.46% -
XYZ 3.83 1.63 16.94 -
YUV 24.08 180.44 133.65 -
System Red Green Blue C M Y K H S L
Decimal 32 2 117 0.73 0.98 0 0.54 255.65 0.97 0.23
Hex 20 2 75 49 62 0 36 100 61 17
Octal 40 2 165 111 142 0 66 400 141 27
Binary 100000 10 1110101 1001001 1100010 0 110110 100000000 1100001 10111

Color Harmonies of #200275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200275

Black with #200275

Text Example


Text Example

White with #200275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200275; }

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

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

background-color css

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

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

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

border-color css

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

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

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