Html Css Color HEX #4803AA Indigo

📋 copy color: '#4803AA'

red 72 ◦ green 3 ◦ blue 170

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

Shades of Indigo #4803AA

Tints of Indigo #4803AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 29.39%
G = 1.22%
B = 69.39%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4803AA (or 0x4803AA) is known color: Indigo. HEX triplet: 48, 03 and AA. RGB value is (72,3,170). Sum of RGB (Red+Green+Blue) = 72+3+170=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #4803AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4803AA is #B7FC55. Grayscale: #2A2A2A. Windows color (decimal): -12057686 or 11141960. OLE color: 11141960.

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

Color convert

RGB 72 3 170 -
CMYK 0.58 0.98 0 0.33
HSL 264.79º 0.97% 0.34% -
HSV(B) 264.79º 0.98% 0.67% -
XYZ 9.96 4.35 38.34 -
YUV 42.67 199.86 148.92 -
System Red Green Blue C M Y K H S L
Decimal 72 3 170 0.58 0.98 0 0.33 264.79 0.97 0.34
Hex 48 3 AA 3A 62 0 21 109 61 22
Octal 110 3 252 72 142 0 41 411 141 42
Binary 1001000 11 10101010 111010 1100010 0 100001 100001001 1100001 100010

Color Harmonies of #4803AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4803AA

Black with #4803AA

Text Example


Text Example

White with #4803AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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