Html Css Color HEX #20007B Persian Indigo

📋 copy color: '#20007B'

red 32 ◦ green 0 ◦ blue 123

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

Shades of Persian Indigo #20007B

Tints of Persian Indigo #20007B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 79.35%

R = 20.65%
G = 0%
B = 79.35%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#20007B (or 0x20007B) is known color: Persian Indigo. HEX triplet: 20, 00 and 7B. RGB value is (32,0,123). Sum of RGB (Red+Green+Blue) = 32+0+123=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 123 (48.44% from 255 or 79.35% from 155); Max value from RGB is 123 - color contains mainly: blue. Hex color #20007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20007B is #DFFF84. Grayscale: #171717. Windows color (decimal): -14679941 or 8060960. OLE color: 8060960.

HSL color Cylindrical-coordinate representation of color #20007B: hue angle of 255.61º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20007B is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 32 0 123 -
CMYK 0.74 1 0 0.52
HSL 255.61º 1% 0.24% -
HSV(B) 255.61º 1% 0.48% -
XYZ 4.17 1.74 18.85 -
YUV 23.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 32 0 123 0.74 1 0 0.52 255.61 1 0.24
Hex 20 0 7B 4A 64 0 34 100 64 18
Octal 40 0 173 112 144 0 64 400 144 30
Binary 100000 0 1111011 1001010 1100100 0 110100 100000000 1100100 11000

Color Harmonies of #20007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20007B

Black with #20007B

Text Example


Text Example

White with #20007B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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