Html Css Color HEX #20006F Persian Indigo

📋 copy color: '#20006F'

red 32 ◦ green 0 ◦ blue 111

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

Shades of Persian Indigo #20006F

Tints of Persian Indigo #20006F

RGB

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

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

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

R = 22.38%
G = 0%
B = 77.62%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#20006F (or 0x20006F) is known color: Persian Indigo. HEX triplet: 20, 00 and 6F. RGB value is (32,0,111). Sum of RGB (Red+Green+Blue) = 32+0+111=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 111 (43.75% from 255 or 77.62% from 143); Max value from RGB is 111 - color contains mainly: blue. Hex color #20006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20006F is #DFFF90. Grayscale: #151515. Windows color (decimal): -14679953 or 7274528. OLE color: 7274528.

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

Color convert

RGB 32 0 111 -
CMYK 0.71 1 0 0.56
HSL 257.3º 1% 0.22% -
HSV(B) 257.3º 1% 0.44% -
XYZ 3.46 1.45 15.14 -
YUV 22.22 178.1 134.97 -
System Red Green Blue C M Y K H S L
Decimal 32 0 111 0.71 1 0 0.56 257.3 1 0.22
Hex 20 0 6F 47 64 0 38 101 64 16
Octal 40 0 157 107 144 0 70 401 144 26
Binary 100000 0 1101111 1000111 1100100 0 111000 100000001 1100100 10110

Color Harmonies of #20006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20006F

Black with #20006F

Text Example


Text Example

White with #20006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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