Html Css Color HEX #4204AD Indigo

📋 copy color: '#4204AD'

red 66 ◦ green 4 ◦ blue 173

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

Shades of Indigo #4204AD

Tints of Indigo #4204AD

RGB

 RED value IS 66 (26.17% from 255) = 27.16%

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

 BLUE value IS 173 (67.97% from 255) = 71.19%

R = 27.16%
G = 1.65%
B = 71.19%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4204AD (or 0x4204AD) is known color: Indigo. HEX triplet: 42, 04 and AD. RGB value is (66,4,173). Sum of RGB (Red+Green+Blue) = 66+4+173=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #4204AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4204AD is #BDFB52. Grayscale: #292929. Windows color (decimal): -12450643 or 11338818. OLE color: 11338818.

HSL color Cylindrical-coordinate representation of color #4204AD: hue angle of 262.01º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4204AD is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 4 173 -
CMYK 0.62 0.98 0 0.32
HSL 262.01º 0.95% 0.35% -
HSV(B) 262.01º 0.98% 0.68% -
XYZ 9.83 4.26 39.84 -
YUV 41.8 202.04 145.26 -
System Red Green Blue C M Y K H S L
Decimal 66 4 173 0.62 0.98 0 0.32 262.01 0.95 0.35
Hex 42 4 AD 3E 62 0 20 106 5F 23
Octal 102 4 255 76 142 0 40 406 137 43
Binary 1000010 100 10101101 111110 1100010 0 100000 100000110 1011111 100011

Color Harmonies of #4204AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4204AD

Black with #4204AD

Text Example


Text Example

White with #4204AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4204AD; }

 p { color: rgb(66,4,173); }

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

background-color css

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

 a { background-color: rgb(66,4,173); }

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

border-color css

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

 span { border-color: rgb(66,4,173); }

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