Html Css Color HEX #20057F Persian Indigo

📋 copy color: '#20057F'

red 32 ◦ green 5 ◦ blue 127

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

Shades of Persian Indigo #20057F

Tints of Persian Indigo #20057F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.05%

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

R = 19.51%
G = 3.05%
B = 77.44%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#20057F (or 0x20057F) is known color: Persian Indigo. HEX triplet: 20, 05 and 7F. RGB value is (32,5,127). Sum of RGB (Red+Green+Blue) = 32+5+127=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 127 (50% from 255 or 77.44% from 164); Max value from RGB is 127 - color contains mainly: blue. Hex color #20057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20057F is #DFFA80. Grayscale: #1A1A1A. Windows color (decimal): -14678657 or 8324384. OLE color: 8324384.

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

Color convert

RGB 32 5 127 -
CMYK 0.75 0.96 0 0.50
HSL 253.28º 0.92% 0.26% -
HSV(B) 253.28º 0.96% 0.5% -
XYZ 4.48 1.95 20.22 -
YUV 26.98 184.45 131.58 -
System Red Green Blue C M Y K H S L
Decimal 32 5 127 0.75 0.96 0 0.50 253.28 0.92 0.26
Hex 20 5 7F 4B 60 0 32 FD 5C 1A
Octal 40 5 177 113 140 0 62 375 134 32
Binary 100000 101 1111111 1001011 1100000 0 110010 11111101 1011100 11010

Color Harmonies of #20057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20057F

Black with #20057F

Text Example


Text Example

White with #20057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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