Html Css Color HEX #4507AA Indigo

📋 copy color: '#4507AA'

red 69 ◦ green 7 ◦ blue 170

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

Shades of Indigo #4507AA

Tints of Indigo #4507AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.85%

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

R = 28.05%
G = 2.85%
B = 69.11%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4507AA (or 0x4507AA) is known color: Indigo. HEX triplet: 45, 07 and AA. RGB value is (69,7,170). Sum of RGB (Red+Green+Blue) = 69+7+170=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #4507AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4507AA is #BAF855. Grayscale: #2B2B2B. Windows color (decimal): -12253270 or 11142981. OLE color: 11142981.

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

Color convert

RGB 69 7 170 -
CMYK 0.59 0.96 0 0.33
HSL 262.82º 0.92% 0.35% -
HSV(B) 262.82º 0.96% 0.67% -
XYZ 9.79 4.32 38.35 -
YUV 44.12 199.04 145.75 -
System Red Green Blue C M Y K H S L
Decimal 69 7 170 0.59 0.96 0 0.33 262.82 0.92 0.35
Hex 45 7 AA 3B 60 0 21 107 5C 23
Octal 105 7 252 73 140 0 41 407 134 43
Binary 1000101 111 10101010 111011 1100000 0 100001 100000111 1011100 100011

Color Harmonies of #4507AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4507AA

Black with #4507AA

Text Example


Text Example

White with #4507AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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