Html Css Color HEX #200B7F Persian Indigo

📋 copy color: '#200B7F'

red 32 ◦ green 11 ◦ blue 127

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

Shades of Persian Indigo #200B7F

Tints of Persian Indigo #200B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 74.71%

R = 18.82%
G = 6.47%
B = 74.71%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#200B7F (or 0x200B7F) is known color: Persian Indigo. HEX triplet: 20, 0B and 7F. RGB value is (32,11,127). Sum of RGB (Red+Green+Blue) = 32+11+127=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 127 (50% from 255 or 74.71% from 170); Max value from RGB is 127 - color contains mainly: blue. Hex color #200B7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200B7F is #DFF480. Grayscale: #1E1E1E. Windows color (decimal): -14677121 or 8325920. OLE color: 8325920.

HSL color Cylindrical-coordinate representation of color #200B7F: hue angle of 250.86º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200B7F is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 11 127 -
CMYK 0.75 0.91 0 0.50
HSL 250.86º 0.84% 0.27% -
HSV(B) 250.86º 0.91% 0.5% -
XYZ 4.55 2.08 20.24 -
YUV 30.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 32 11 127 0.75 0.91 0 0.50 250.86 0.84 0.27
Hex 20 B 7F 4B 5B 0 32 FB 54 1B
Octal 40 13 177 113 133 0 62 373 124 33
Binary 100000 1011 1111111 1001011 1011011 0 110010 11111011 1010100 11011

Color Harmonies of #200B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200B7F

Black with #200B7F

Text Example


Text Example

White with #200B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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