Html Css Color HEX #20046D Persian Indigo

📋 copy color: '#20046D'

red 32 ◦ green 4 ◦ blue 109

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

Shades of Persian Indigo #20046D

Tints of Persian Indigo #20046D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 75.17%

R = 22.07%
G = 2.76%
B = 75.17%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20046D (or 0x20046D) is known color: Persian Indigo. HEX triplet: 20, 04 and 6D. RGB value is (32,4,109). Sum of RGB (Red+Green+Blue) = 32+4+109=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 109 (42.97% from 255 or 75.17% from 145); Max value from RGB is 109 - color contains mainly: blue. Hex color #20046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20046D is #DFFB92. Grayscale: #171717. Windows color (decimal): -14678931 or 7144480. OLE color: 7144480.

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

Color convert

RGB 32 4 109 -
CMYK 0.71 0.96 0 0.57
HSL 256º 0.93% 0.22% -
HSV(B) 256º 0.96% 0.43% -
XYZ 3.4 1.5 14.58 -
YUV 24.34 175.78 133.46 -
System Red Green Blue C M Y K H S L
Decimal 32 4 109 0.71 0.96 0 0.57 256 0.93 0.22
Hex 20 4 6D 47 60 0 39 100 5D 16
Octal 40 4 155 107 140 0 71 400 135 26
Binary 100000 100 1101101 1000111 1100000 0 111001 100000000 1011101 10110

Color Harmonies of #20046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20046D

Black with #20046D

Text Example


Text Example

White with #20046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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