Html Css Color HEX #20087F Persian Indigo

📋 copy color: '#20087F'

red 32 ◦ green 8 ◦ blue 127

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

Shades of Persian Indigo #20087F

Tints of Persian Indigo #20087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.79%

 BLUE value IS 127 (50% from 255) = 76.05%

R = 19.16%
G = 4.79%
B = 76.05%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#20087F (or 0x20087F) is known color: Persian Indigo. HEX triplet: 20, 08 and 7F. RGB value is (32,8,127). Sum of RGB (Red+Green+Blue) = 32+8+127=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 127 (50% from 255 or 76.05% from 167); Max value from RGB is 127 - color contains mainly: blue. Hex color #20087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20087F is #DFF780. Grayscale: #1C1C1C. Windows color (decimal): -14677889 or 8325152. OLE color: 8325152.

HSL color Cylindrical-coordinate representation of color #20087F: hue angle of 252.1º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20087F is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 8 127 -
CMYK 0.75 0.94 0 0.50
HSL 252.1º 0.88% 0.26% -
HSV(B) 252.1º 0.94% 0.5% -
XYZ 4.51 2.01 20.23 -
YUV 28.74 183.45 130.32 -
System Red Green Blue C M Y K H S L
Decimal 32 8 127 0.75 0.94 0 0.50 252.1 0.88 0.26
Hex 20 8 7F 4B 5E 0 32 FC 58 1A
Octal 40 10 177 113 136 0 62 374 130 32
Binary 100000 1000 1111111 1001011 1011110 0 110010 11111100 1011000 11010

Color Harmonies of #20087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20087F

Black with #20087F

Text Example


Text Example

White with #20087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,8,127); }

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

background-color css

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

 a { background-color: rgb(32,8,127); }

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

border-color css

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

 span { border-color: rgb(32,8,127); }

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