Html Css Color HEX #4201AA Indigo

📋 copy color: '#4201AA'

red 66 ◦ green 1 ◦ blue 170

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

Shades of Indigo #4201AA

Tints of Indigo #4201AA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 170 (66.8% from 255) = 71.73%

R = 27.85%
G = 0.42%
B = 71.73%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4201AA (or 0x4201AA) is known color: Indigo. HEX triplet: 42, 01 and AA. RGB value is (66,1,170). Sum of RGB (Red+Green+Blue) = 66+1+170=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #4201AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4201AA is #BDFE55. Grayscale: #272727. Windows color (decimal): -12451414 or 11141442. OLE color: 11141442.

HSL color Cylindrical-coordinate representation of color #4201AA: hue angle of 263.08º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4201AA is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 1 170 -
CMYK 0.61 0.99 0 0.33
HSL 263.08º 0.99% 0.34% -
HSV(B) 263.08º 0.99% 0.67% -
XYZ 9.51 4.08 38.32 -
YUV 39.7 201.53 146.76 -
System Red Green Blue C M Y K H S L
Decimal 66 1 170 0.61 0.99 0 0.33 263.08 0.99 0.34
Hex 42 1 AA 3D 63 0 21 107 63 22
Octal 102 1 252 75 143 0 41 407 143 42
Binary 1000010 1 10101010 111101 1100011 0 100001 100000111 1100011 100010

Color Harmonies of #4201AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4201AA

Black with #4201AA

Text Example


Text Example

White with #4201AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4201AA; }

 p { color: rgb(66,1,170); }

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

background-color css

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

 a { background-color: rgb(66,1,170); }

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

border-color css

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

 span { border-color: rgb(66,1,170); }

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