Html Css Color HEX #4508AB Indigo

📋 copy color: '#4508AB'

red 69 ◦ green 8 ◦ blue 171

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

Shades of Indigo #4508AB

Tints of Indigo #4508AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 68.95%

R = 27.82%
G = 3.23%
B = 68.95%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4508AB (or 0x4508AB) is known color: Indigo. HEX triplet: 45, 08 and AB. RGB value is (69,8,171). Sum of RGB (Red+Green+Blue) = 69+8+171=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #4508AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4508AB is #BAF754. Grayscale: #2C2C2C. Windows color (decimal): -12253013 or 11208773. OLE color: 11208773.

HSL color Cylindrical-coordinate representation of color #4508AB: hue angle of 262.45º 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 #4508AB is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 8 171 -
CMYK 0.60 0.95 0 0.33
HSL 262.45º 0.91% 0.35% -
HSV(B) 262.45º 0.95% 0.67% -
XYZ 9.89 4.38 38.85 -
YUV 44.82 199.21 145.25 -
System Red Green Blue C M Y K H S L
Decimal 69 8 171 0.60 0.95 0 0.33 262.45 0.91 0.35
Hex 45 8 AB 3C 5F 0 21 106 5B 23
Octal 105 10 253 74 137 0 41 406 133 43
Binary 1000101 1000 10101011 111100 1011111 0 100001 100000110 1011011 100011

Color Harmonies of #4508AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4508AB

Black with #4508AB

Text Example


Text Example

White with #4508AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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