Html Css Color HEX #200B6F Persian Indigo

📋 copy color: '#200B6F'

red 32 ◦ green 11 ◦ blue 111

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

Shades of Persian Indigo #200B6F

Tints of Persian Indigo #200B6F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.14%

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

R = 20.78%
G = 7.14%
B = 72.08%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#200B6F (or 0x200B6F) is known color: Persian Indigo. HEX triplet: 20, 0B and 6F. RGB value is (32,11,111). Sum of RGB (Red+Green+Blue) = 32+11+111=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 111 (43.75% from 255 or 72.08% from 154); Max value from RGB is 111 - color contains mainly: blue. Hex color #200B6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200B6F is #DFF490. Grayscale: #1C1C1C. Windows color (decimal): -14677137 or 7277344. OLE color: 7277344.

HSL color Cylindrical-coordinate representation of color #200B6F: hue angle of 252.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200B6F is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 11 111 -
CMYK 0.71 0.90 0 0.56
HSL 252.6º 0.82% 0.24% -
HSV(B) 252.6º 0.9% 0.44% -
XYZ 3.58 1.69 15.18 -
YUV 28.68 174.46 130.37 -
System Red Green Blue C M Y K H S L
Decimal 32 11 111 0.71 0.90 0 0.56 252.6 0.82 0.24
Hex 20 B 6F 47 5A 0 38 FD 52 18
Octal 40 13 157 107 132 0 70 375 122 30
Binary 100000 1011 1101111 1000111 1011010 0 111000 11111101 1010010 11000

Color Harmonies of #200B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200B6F

Black with #200B6F

Text Example


Text Example

White with #200B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200B6F; }

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

 H1.HeaderClassName
 {
   color: #200B6F;
 }
 .AnyTagClassName
 {
   color: #200B6F;
 }
</style>

background-color css

<style>
 a { background-color: #200B6F; }

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

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

border-color css

<style>
 span { border-color: #200B6F; }

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

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