Html Css Color HEX #4807AA Indigo

📋 copy color: '#4807AA'

red 72 ◦ green 7 ◦ blue 170

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

Shades of Indigo #4807AA

Tints of Indigo #4807AA

RGB

 RED value IS 72 (28.52% from 255) = 28.92%

 GREEN value IS 7 (3.13% from 255) = 2.81%

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

R = 28.92%
G = 2.81%
B = 68.27%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4807AA (or 0x4807AA) is known color: Indigo. HEX triplet: 48, 07 and AA. RGB value is (72,7,170). Sum of RGB (Red+Green+Blue) = 72+7+170=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #4807AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4807AA is #B7F855. Grayscale: #2C2C2C. Windows color (decimal): -12056662 or 11142984. OLE color: 11142984.

HSL color Cylindrical-coordinate representation of color #4807AA: hue angle of 263.93º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4807AA is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 7 170 -
CMYK 0.58 0.96 0 0.33
HSL 263.93º 0.92% 0.35% -
HSV(B) 263.93º 0.96% 0.67% -
XYZ 10 4.43 38.36 -
YUV 45.02 198.53 147.25 -
System Red Green Blue C M Y K H S L
Decimal 72 7 170 0.58 0.96 0 0.33 263.93 0.92 0.35
Hex 48 7 AA 3A 60 0 21 108 5C 23
Octal 110 7 252 72 140 0 41 410 134 43
Binary 1001000 111 10101010 111010 1100000 0 100001 100001000 1011100 100011

Color Harmonies of #4807AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4807AA

Black with #4807AA

Text Example


Text Example

White with #4807AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,7,170); }

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

background-color css

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

 a { background-color: rgb(72,7,170); }

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

border-color css

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

 span { border-color: rgb(72,7,170); }

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