Html Css Color HEX #20076F Persian Indigo

📋 copy color: '#20076F'

red 32 ◦ green 7 ◦ blue 111

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

Shades of Persian Indigo #20076F

Tints of Persian Indigo #20076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.67%

 BLUE value IS 111 (43.75% from 255) = 74%

R = 21.33%
G = 4.67%
B = 74%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#20076F (or 0x20076F) is known color: Persian Indigo. HEX triplet: 20, 07 and 6F. RGB value is (32,7,111). Sum of RGB (Red+Green+Blue) = 32+7+111=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 111 (43.75% from 255 or 74% from 150); Max value from RGB is 111 - color contains mainly: blue. Hex color #20076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20076F is #DFF890. Grayscale: #191919. Windows color (decimal): -14678161 or 7276320. OLE color: 7276320.

HSL color Cylindrical-coordinate representation of color #20076F: hue angle of 254.42º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20076F is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 7 111 -
CMYK 0.71 0.94 0 0.56
HSL 254.42º 0.88% 0.23% -
HSV(B) 254.42º 0.94% 0.44% -
XYZ 3.54 1.61 15.16 -
YUV 26.33 175.78 132.04 -
System Red Green Blue C M Y K H S L
Decimal 32 7 111 0.71 0.94 0 0.56 254.42 0.88 0.23
Hex 20 7 6F 47 5E 0 38 FE 58 17
Octal 40 7 157 107 136 0 70 376 130 27
Binary 100000 111 1101111 1000111 1011110 0 111000 11111110 1011000 10111

Color Harmonies of #20076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20076F

Black with #20076F

Text Example


Text Example

White with #20076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20076F; }

 p { color: rgb(32,7,111); }

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

background-color css

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

 a { background-color: rgb(32,7,111); }

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

border-color css

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

 span { border-color: rgb(32,7,111); }

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