Html Css Color HEX #450179 Indigo

📋 copy color: '#450179'

red 69 ◦ green 1 ◦ blue 121

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

Shades of Indigo #450179

Tints of Indigo #450179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 121 (47.66% from 255) = 63.35%

R = 36.13%
G = 0.52%
B = 63.35%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#450179 (or 0x450179) is known color: Indigo. HEX triplet: 45, 01 and 79. RGB value is (69,1,121). Sum of RGB (Red+Green+Blue) = 69+1+121=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 121 (47.66% from 255 or 63.35% from 191); Max value from RGB is 121 - color contains mainly: blue. Hex color #450179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450179 is #BAFE86. Grayscale: #222222. Windows color (decimal): -12254855 or 7930181. OLE color: 7930181.

HSL color Cylindrical-coordinate representation of color #450179: hue angle of 274º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450179 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 1 121 -
CMYK 0.43 0.99 0 0.53
HSL 274º 0.98% 0.24% -
HSV(B) 274º 0.99% 0.47% -
XYZ 5.92 2.67 18.29 -
YUV 35.01 176.53 152.24 -
System Red Green Blue C M Y K H S L
Decimal 69 1 121 0.43 0.99 0 0.53 274 0.98 0.24
Hex 45 1 79 2B 63 0 35 112 62 18
Octal 105 1 171 53 143 0 65 422 142 30
Binary 1000101 1 1111001 101011 1100011 0 110101 100010010 1100010 11000

Color Harmonies of #450179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450179

Black with #450179

Text Example


Text Example

White with #450179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450179; }

 p { color: rgb(69,1,121); }

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

background-color css

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

 a { background-color: rgb(69,1,121); }

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

border-color css

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

 span { border-color: rgb(69,1,121); }

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