Html Css Color HEX #200474 Persian Indigo

📋 copy color: '#200474'

red 32 ◦ green 4 ◦ blue 116

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

Shades of Persian Indigo #200474

Tints of Persian Indigo #200474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.63%

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

R = 21.05%
G = 2.63%
B = 76.32%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#200474 (or 0x200474) is known color: Persian Indigo. HEX triplet: 20, 04 and 74. RGB value is (32,4,116). Sum of RGB (Red+Green+Blue) = 32+4+116=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 116 (45.70% from 255 or 76.32% from 152); Max value from RGB is 116 - color contains mainly: blue. Hex color #200474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200474 is #DFFB8B. Grayscale: #181818. Windows color (decimal): -14678924 or 7603232. OLE color: 7603232.

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

Color convert

RGB 32 4 116 -
CMYK 0.72 0.97 0 0.55
HSL 255º 0.93% 0.24% -
HSV(B) 255º 0.97% 0.45% -
XYZ 3.79 1.65 16.64 -
YUV 25.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 32 4 116 0.72 0.97 0 0.55 255 0.93 0.24
Hex 20 4 74 48 61 0 37 FF 5D 18
Octal 40 4 164 110 141 0 67 377 135 30
Binary 100000 100 1110100 1001000 1100001 0 110111 11111111 1011101 11000

Color Harmonies of #200474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200474

Black with #200474

Text Example


Text Example

White with #200474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200474; }

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

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

background-color css

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

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

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

border-color css

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

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

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