Html Css Color HEX #4908AE Indigo

📋 copy color: '#4908AE'

red 73 ◦ green 8 ◦ blue 174

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

Shades of Indigo #4908AE

Tints of Indigo #4908AE

RGB

 RED value IS 73 (28.91% from 255) = 28.63%

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

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

R = 28.63%
G = 3.14%
B = 68.24%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4908AE (or 0x4908AE) is known color: Indigo. HEX triplet: 49, 08 and AE. RGB value is (73,8,174). Sum of RGB (Red+Green+Blue) = 73+8+174=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #4908AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4908AE is #B6F751. Grayscale: #2D2D2D. Windows color (decimal): -11990866 or 11405385. OLE color: 11405385.

HSL color Cylindrical-coordinate representation of color #4908AE: hue angle of 263.49º 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 #4908AE is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 8 174 -
CMYK 0.58 0.95 0 0.32
HSL 263.49º 0.91% 0.36% -
HSV(B) 263.49º 0.95% 0.68% -
XYZ 10.47 4.65 40.39 -
YUV 46.36 200.03 147 -
System Red Green Blue C M Y K H S L
Decimal 73 8 174 0.58 0.95 0 0.32 263.49 0.91 0.36
Hex 49 8 AE 3A 5F 0 20 107 5B 24
Octal 111 10 256 72 137 0 40 407 133 44
Binary 1001001 1000 10101110 111010 1011111 0 100000 100000111 1011011 100100

Color Harmonies of #4908AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4908AE

Black with #4908AE

Text Example


Text Example

White with #4908AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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