Html Css Color HEX #20046F Persian Indigo

📋 copy color: '#20046F'

red 32 ◦ green 4 ◦ blue 111

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

Shades of Persian Indigo #20046F

Tints of Persian Indigo #20046F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.72%

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

R = 21.77%
G = 2.72%
B = 75.51%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#20046F (or 0x20046F) is known color: Persian Indigo. HEX triplet: 20, 04 and 6F. RGB value is (32,4,111). Sum of RGB (Red+Green+Blue) = 32+4+111=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 111 (43.75% from 255 or 75.51% from 147); Max value from RGB is 111 - color contains mainly: blue. Hex color #20046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20046F is #DFFB90. Grayscale: #181818. Windows color (decimal): -14678929 or 7275552. OLE color: 7275552.

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

Color convert

RGB 32 4 111 -
CMYK 0.71 0.96 0 0.56
HSL 255.7º 0.93% 0.23% -
HSV(B) 255.7º 0.96% 0.44% -
XYZ 3.51 1.54 15.15 -
YUV 24.57 176.78 133.3 -
System Red Green Blue C M Y K H S L
Decimal 32 4 111 0.71 0.96 0 0.56 255.7 0.93 0.23
Hex 20 4 6F 47 60 0 38 100 5D 17
Octal 40 4 157 107 140 0 70 400 135 27
Binary 100000 100 1101111 1000111 1100000 0 111000 100000000 1011101 10111

Color Harmonies of #20046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20046F

Black with #20046F

Text Example


Text Example

White with #20046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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