Html Css Color HEX #20056F Persian Indigo

📋 copy color: '#20056F'

red 32 ◦ green 5 ◦ blue 111

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

Shades of Persian Indigo #20056F

Tints of Persian Indigo #20056F

RGB

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

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

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

R = 21.62%
G = 3.38%
B = 75%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#20056F (or 0x20056F) is known color: Persian Indigo. HEX triplet: 20, 05 and 6F. RGB value is (32,5,111). Sum of RGB (Red+Green+Blue) = 32+5+111=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 111 (43.75% from 255 or 75% from 148); Max value from RGB is 111 - color contains mainly: blue. Hex color #20056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20056F is #DFFA90. Grayscale: #181818. Windows color (decimal): -14678673 or 7275808. OLE color: 7275808.

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

Color convert

RGB 32 5 111 -
CMYK 0.71 0.95 0 0.56
HSL 255.28º 0.91% 0.23% -
HSV(B) 255.28º 0.95% 0.44% -
XYZ 3.52 1.56 15.16 -
YUV 25.16 176.45 132.88 -
System Red Green Blue C M Y K H S L
Decimal 32 5 111 0.71 0.95 0 0.56 255.28 0.91 0.23
Hex 20 5 6F 47 5F 0 38 FF 5B 17
Octal 40 5 157 107 137 0 70 377 133 27
Binary 100000 101 1101111 1000111 1011111 0 111000 11111111 1011011 10111

Color Harmonies of #20056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20056F

Black with #20056F

Text Example


Text Example

White with #20056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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