Html Css Color HEX #200B74 Persian Indigo

📋 copy color: '#200B74'

red 32 ◦ green 11 ◦ blue 116

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

Shades of Persian Indigo #200B74

Tints of Persian Indigo #200B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 72.96%

R = 20.13%
G = 6.92%
B = 72.96%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#200B74 (or 0x200B74) is known color: Persian Indigo. HEX triplet: 20, 0B and 74. RGB value is (32,11,116). Sum of RGB (Red+Green+Blue) = 32+11+116=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 116 (45.70% from 255 or 72.96% from 159); Max value from RGB is 116 - color contains mainly: blue. Hex color #200B74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200B74 is #DFF48B. Grayscale: #1C1C1C. Windows color (decimal): -14677132 or 7605024. OLE color: 7605024.

HSL color Cylindrical-coordinate representation of color #200B74: hue angle of 252º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200B74 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 11 116 -
CMYK 0.72 0.91 0 0.55
HSL 252º 0.83% 0.25% -
HSV(B) 252º 0.91% 0.45% -
XYZ 3.87 1.81 16.67 -
YUV 29.25 176.96 129.96 -
System Red Green Blue C M Y K H S L
Decimal 32 11 116 0.72 0.91 0 0.55 252 0.83 0.25
Hex 20 B 74 48 5B 0 37 FC 53 19
Octal 40 13 164 110 133 0 67 374 123 31
Binary 100000 1011 1110100 1001000 1011011 0 110111 11111100 1010011 11001

Color Harmonies of #200B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200B74

Black with #200B74

Text Example


Text Example

White with #200B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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