Html Css Color HEX #4500A0 Indigo

📋 copy color: '#4500A0'

red 69 ◦ green 0 ◦ blue 160

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

Shades of Indigo #4500A0

Tints of Indigo #4500A0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 160 (62.89% from 255) = 69.87%

R = 30.13%
G = 0%
B = 69.87%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4500A0 (or 0x4500A0) is known color: Indigo. HEX triplet: 45, 00 and A0. RGB value is (69,0,160). Sum of RGB (Red+Green+Blue) = 69+0+160=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 160 (62.89% from 255 or 69.87% from 229); Max value from RGB is 160 - color contains mainly: blue. Hex color #4500A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4500A0 is #BAFF5F. Grayscale: #262626. Windows color (decimal): -12255072 or 10485829. OLE color: 10485829.

HSL color Cylindrical-coordinate representation of color #4500A0: hue angle of 265.88º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4500A0 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 69 0 160 -
CMYK 0.57 1 0 0.37
HSL 265.88º 1% 0.31% -
HSV(B) 265.88º 1% 0.63% -
XYZ 8.8 3.8 33.53 -
YUV 38.87 196.36 149.49 -
System Red Green Blue C M Y K H S L
Decimal 69 0 160 0.57 1 0 0.37 265.88 1 0.31
Hex 45 0 A0 39 64 0 25 10A 64 1F
Octal 105 0 240 71 144 0 45 412 144 37
Binary 1000101 0 10100000 111001 1100100 0 100101 100001010 1100100 11111

Color Harmonies of #4500A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4500A0

Black with #4500A0

Text Example


Text Example

White with #4500A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4500A0; }

 p { color: rgb(69,0,160); }

 H1.HeaderClassName
 {
   color: #4500A0;
 }
 .AnyTagClassName
 {
   color: #4500A0;
 }
</style>

background-color css

<style>
 a { background-color: #4500A0; }

 a { background-color: rgb(69,0,160); }

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

border-color css

<style>
 span { border-color: #4500A0; }

 span { border-color: rgb(69,0,160); }

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