Html Css Color HEX #200673 Persian Indigo

📋 copy color: '#200673'

red 32 ◦ green 6 ◦ blue 115

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

Shades of Persian Indigo #200673

Tints of Persian Indigo #200673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.92%

 BLUE value IS 115 (45.31% from 255) = 75.16%

R = 20.92%
G = 3.92%
B = 75.16%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#200673 (or 0x200673) is known color: Persian Indigo. HEX triplet: 20, 06 and 73. RGB value is (32,6,115). Sum of RGB (Red+Green+Blue) = 32+6+115=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 115 (45.31% from 255 or 75.16% from 153); Max value from RGB is 115 - color contains mainly: blue. Hex color #200673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200673 is #DFF98C. Grayscale: #191919. Windows color (decimal): -14678413 or 7538208. OLE color: 7538208.

HSL color Cylindrical-coordinate representation of color #200673: hue angle of 254.31º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200673 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 6 115 -
CMYK 0.72 0.95 0 0.55
HSL 254.31º 0.9% 0.24% -
HSV(B) 254.31º 0.95% 0.45% -
XYZ 3.76 1.68 16.35 -
YUV 26.2 178.11 132.14 -
System Red Green Blue C M Y K H S L
Decimal 32 6 115 0.72 0.95 0 0.55 254.31 0.9 0.24
Hex 20 6 73 48 5F 0 37 FE 5A 18
Octal 40 6 163 110 137 0 67 376 132 30
Binary 100000 110 1110011 1001000 1011111 0 110111 11111110 1011010 11000

Color Harmonies of #200673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200673

Black with #200673

Text Example


Text Example

White with #200673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200673; }

 p { color: rgb(32,6,115); }

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

background-color css

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

 a { background-color: rgb(32,6,115); }

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

border-color css

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

 span { border-color: rgb(32,6,115); }

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