Html Css Color HEX #4508AA Indigo

📋 copy color: '#4508AA'

red 69 ◦ green 8 ◦ blue 170

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

Shades of Indigo #4508AA

Tints of Indigo #4508AA

RGB

 RED value IS 69 (27.34% from 255) = 27.94%

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

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

R = 27.94%
G = 3.24%
B = 68.83%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4508AA (or 0x4508AA) is known color: Indigo. HEX triplet: 45, 08 and AA. RGB value is (69,8,170). Sum of RGB (Red+Green+Blue) = 69+8+170=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #4508AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4508AA is #BAF755. Grayscale: #2C2C2C. Windows color (decimal): -12253014 or 11143237. OLE color: 11143237.

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

Color convert

RGB 69 8 170 -
CMYK 0.59 0.95 0 0.33
HSL 262.59º 0.91% 0.35% -
HSV(B) 262.59º 0.95% 0.67% -
XYZ 9.8 4.34 38.35 -
YUV 44.71 198.71 145.33 -
System Red Green Blue C M Y K H S L
Decimal 69 8 170 0.59 0.95 0 0.33 262.59 0.91 0.35
Hex 45 8 AA 3B 5F 0 21 107 5B 23
Octal 105 10 252 73 137 0 41 407 133 43
Binary 1000101 1000 10101010 111011 1011111 0 100001 100000111 1011011 100011

Color Harmonies of #4508AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4508AA

Black with #4508AA

Text Example


Text Example

White with #4508AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,8,170); }

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

background-color css

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

 a { background-color: rgb(69,8,170); }

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

border-color css

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

 span { border-color: rgb(69,8,170); }

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