Html Css Color HEX #20046B Persian Indigo

📋 copy color: '#20046B'

red 32 ◦ green 4 ◦ blue 107

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

Shades of Persian Indigo #20046B

Tints of Persian Indigo #20046B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 74.83%

R = 22.38%
G = 2.8%
B = 74.83%

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

#20046B (or 0x20046B) is known color: Persian Indigo. HEX triplet: 20, 04 and 6B. RGB value is (32,4,107). Sum of RGB (Red+Green+Blue) = 32+4+107=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 107 (42.19% from 255 or 74.83% from 143); Max value from RGB is 107 - color contains mainly: blue. Hex color #20046B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20046B is #DFFB94. Grayscale: #171717. Windows color (decimal): -14678933 or 7013408. OLE color: 7013408.

HSL color Cylindrical-coordinate representation of color #20046B: hue angle of 256.31º 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 #20046B is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 32 4 107 -
CMYK 0.70 0.96 0 0.58
HSL 256.31º 0.93% 0.22% -
HSV(B) 256.31º 0.96% 0.42% -
XYZ 3.29 1.46 14.02 -
YUV 24.11 174.78 133.62 -
System Red Green Blue C M Y K H S L
Decimal 32 4 107 0.70 0.96 0 0.58 256.31 0.93 0.22
Hex 20 4 6B 46 60 0 3A 100 5D 16
Octal 40 4 153 106 140 0 72 400 135 26
Binary 100000 100 1101011 1000110 1100000 0 111010 100000000 1011101 10110

Color Harmonies of #20046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20046B

Black with #20046B

Text Example


Text Example

White with #20046B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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