Html Css Color HEX #4808AE Indigo

📋 copy color: '#4808AE'

red 72 ◦ green 8 ◦ blue 174

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

Shades of Indigo #4808AE

Tints of Indigo #4808AE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

 BLUE value IS 174 (68.36% from 255) = 68.5%

R = 28.35%
G = 3.15%
B = 68.5%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4808AE (or 0x4808AE) is known color: Indigo. HEX triplet: 48, 08 and AE. RGB value is (72,8,174). Sum of RGB (Red+Green+Blue) = 72+8+174=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #4808AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4808AE is #B7F751. Grayscale: #2D2D2D. Windows color (decimal): -12056402 or 11405384. OLE color: 11405384.

HSL color Cylindrical-coordinate representation of color #4808AE: hue angle of 263.13º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4808AE is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 8 174 -
CMYK 0.59 0.95 0 0.32
HSL 263.13º 0.91% 0.36% -
HSV(B) 263.13º 0.95% 0.68% -
XYZ 10.4 4.61 40.39 -
YUV 46.06 200.2 146.5 -
System Red Green Blue C M Y K H S L
Decimal 72 8 174 0.59 0.95 0 0.32 263.13 0.91 0.36
Hex 48 8 AE 3B 5F 0 20 107 5B 24
Octal 110 10 256 73 137 0 40 407 133 44
Binary 1001000 1000 10101110 111011 1011111 0 100000 100000111 1011011 100100

Color Harmonies of #4808AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4808AE

Black with #4808AE

Text Example


Text Example

White with #4808AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4808AE; }

 p { color: rgb(72,8,174); }

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

background-color css

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

 a { background-color: rgb(72,8,174); }

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

border-color css

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

 span { border-color: rgb(72,8,174); }

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