Html Css Color HEX #20046C Persian Indigo

📋 copy color: '#20046C'

red 32 ◦ green 4 ◦ blue 108

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

Shades of Persian Indigo #20046C

Tints of Persian Indigo #20046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 75%

R = 22.22%
G = 2.78%
B = 75%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#20046C (or 0x20046C) is known color: Persian Indigo. HEX triplet: 20, 04 and 6C. RGB value is (32,4,108). Sum of RGB (Red+Green+Blue) = 32+4+108=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 108 (42.58% from 255 or 75% from 144); Max value from RGB is 108 - color contains mainly: blue. Hex color #20046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20046C is #DFFB93. Grayscale: #171717. Windows color (decimal): -14678932 or 7078944. OLE color: 7078944.

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

Color convert

RGB 32 4 108 -
CMYK 0.70 0.96 0 0.58
HSL 256.15º 0.93% 0.22% -
HSV(B) 256.15º 0.96% 0.42% -
XYZ 3.35 1.48 14.3 -
YUV 24.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 32 4 108 0.70 0.96 0 0.58 256.15 0.93 0.22
Hex 20 4 6C 46 60 0 3A 100 5D 16
Octal 40 4 154 106 140 0 72 400 135 26
Binary 100000 100 1101100 1000110 1100000 0 111010 100000000 1011101 10110

Color Harmonies of #20046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20046C

Black with #20046C

Text Example


Text Example

White with #20046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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