Html Css Color HEX #200074 Persian Indigo

📋 copy color: '#200074'

red 32 ◦ green 0 ◦ blue 116

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

Shades of Persian Indigo #200074

Tints of Persian Indigo #200074

RGB

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

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

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

R = 21.62%
G = 0%
B = 78.38%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#200074 (or 0x200074) is known color: Persian Indigo. HEX triplet: 20, 00 and 74. RGB value is (32,0,116). Sum of RGB (Red+Green+Blue) = 32+0+116=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 116 (45.70% from 255 or 78.38% from 148); Max value from RGB is 116 - color contains mainly: blue. Hex color #200074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200074 is #DFFF8B. Grayscale: #161616. Windows color (decimal): -14679948 or 7602208. OLE color: 7602208.

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

Color convert

RGB 32 0 116 -
CMYK 0.72 1 0 0.55
HSL 256.55º 1% 0.23% -
HSV(B) 256.55º 1% 0.45% -
XYZ 3.75 1.57 16.63 -
YUV 22.79 180.6 134.57 -
System Red Green Blue C M Y K H S L
Decimal 32 0 116 0.72 1 0 0.55 256.55 1 0.23
Hex 20 0 74 48 64 0 37 101 64 17
Octal 40 0 164 110 144 0 67 401 144 27
Binary 100000 0 1110100 1001000 1100100 0 110111 100000001 1100100 10111

Color Harmonies of #200074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200074

Black with #200074

Text Example


Text Example

White with #200074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200074; }

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

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

background-color css

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

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

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

border-color css

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

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

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