Html Css Color HEX #200270 Persian Indigo

📋 copy color: '#200270'

red 32 ◦ green 2 ◦ blue 112

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

Shades of Persian Indigo #200270

Tints of Persian Indigo #200270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 76.71%

R = 21.92%
G = 1.37%
B = 76.71%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#200270 (or 0x200270) is known color: Persian Indigo. HEX triplet: 20, 02 and 70. RGB value is (32,2,112). Sum of RGB (Red+Green+Blue) = 32+2+112=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 112 (44.14% from 255 or 76.71% from 146); Max value from RGB is 112 - color contains mainly: blue. Hex color #200270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200270 is #DFFD8F. Grayscale: #171717. Windows color (decimal): -14679440 or 7340576. OLE color: 7340576.

HSL color Cylindrical-coordinate representation of color #200270: hue angle of 256.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200270 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 2 112 -
CMYK 0.71 0.98 0 0.56
HSL 256.36º 0.96% 0.22% -
HSV(B) 256.36º 0.98% 0.44% -
XYZ 3.54 1.52 15.44 -
YUV 23.51 177.94 134.06 -
System Red Green Blue C M Y K H S L
Decimal 32 2 112 0.71 0.98 0 0.56 256.36 0.96 0.22
Hex 20 2 70 47 62 0 38 100 60 16
Octal 40 2 160 107 142 0 70 400 140 26
Binary 100000 10 1110000 1000111 1100010 0 111000 100000000 1100000 10110

Color Harmonies of #200270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200270

Black with #200270

Text Example


Text Example

White with #200270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200270; }

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

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

background-color css

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

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

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

border-color css

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

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

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