Html Css Color HEX #20036F Persian Indigo

📋 copy color: '#20036F'

red 32 ◦ green 3 ◦ blue 111

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

Shades of Persian Indigo #20036F

Tints of Persian Indigo #20036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.05%

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

R = 21.92%
G = 2.05%
B = 76.03%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#20036F (or 0x20036F) is known color: Persian Indigo. HEX triplet: 20, 03 and 6F. RGB value is (32,3,111). Sum of RGB (Red+Green+Blue) = 32+3+111=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 111 (43.75% from 255 or 76.03% from 146); Max value from RGB is 111 - color contains mainly: blue. Hex color #20036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20036F is #DFFC90. Grayscale: #171717. Windows color (decimal): -14679185 or 7275296. OLE color: 7275296.

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

Color convert

RGB 32 3 111 -
CMYK 0.71 0.97 0 0.56
HSL 256.11º 0.95% 0.22% -
HSV(B) 256.11º 0.97% 0.44% -
XYZ 3.5 1.52 15.15 -
YUV 23.98 177.11 133.72 -
System Red Green Blue C M Y K H S L
Decimal 32 3 111 0.71 0.97 0 0.56 256.11 0.95 0.22
Hex 20 3 6F 47 61 0 38 100 5F 16
Octal 40 3 157 107 141 0 70 400 137 26
Binary 100000 11 1101111 1000111 1100001 0 111000 100000000 1011111 10110

Color Harmonies of #20036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20036F

Black with #20036F

Text Example


Text Example

White with #20036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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