Html Css Color HEX #20006C Persian Indigo

📋 copy color: '#20006C'

red 32 ◦ green 0 ◦ blue 108

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

Shades of Persian Indigo #20006C

Tints of Persian Indigo #20006C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 22.86%
G = 0%
B = 77.14%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#20006C (or 0x20006C) is known color: Persian Indigo. HEX triplet: 20, 00 and 6C. RGB value is (32,0,108). Sum of RGB (Red+Green+Blue) = 32+0+108=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 108 (42.58% from 255 or 77.14% from 140); Max value from RGB is 108 - color contains mainly: blue. Hex color #20006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20006C is #DFFF93. Grayscale: #151515. Windows color (decimal): -14679956 or 7077920. OLE color: 7077920.

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

Color convert

RGB 32 0 108 -
CMYK 0.70 1 0 0.58
HSL 257.78º 1% 0.21% -
HSV(B) 257.78º 1% 0.42% -
XYZ 3.3 1.39 14.28 -
YUV 21.88 176.6 135.22 -
System Red Green Blue C M Y K H S L
Decimal 32 0 108 0.70 1 0 0.58 257.78 1 0.21
Hex 20 0 6C 46 64 0 3A 102 64 15
Octal 40 0 154 106 144 0 72 402 144 25
Binary 100000 0 1101100 1000110 1100100 0 111010 100000010 1100100 10101

Color Harmonies of #20006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20006C

Black with #20006C

Text Example


Text Example

White with #20006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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