Html Css Color HEX #451178 Indigo

📋 copy color: '#451178'

red 69 ◦ green 17 ◦ blue 120

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

Shades of Indigo #451178

Tints of Indigo #451178

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.25%

 BLUE value IS 120 (47.27% from 255) = 58.25%

R = 33.5%
G = 8.25%
B = 58.25%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#451178 (or 0x451178) is known color: Indigo. HEX triplet: 45, 11 and 78. RGB value is (69,17,120). Sum of RGB (Red+Green+Blue) = 69+17+120=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #451178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451178 is #BAEE87. Grayscale: #2B2B2B. Windows color (decimal): -12250760 or 7868741. OLE color: 7868741.

HSL color Cylindrical-coordinate representation of color #451178: hue angle of 270.29º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451178 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 17 120 -
CMYK 0.42 0.86 0 0.53
HSL 270.29º 0.75% 0.27% -
HSV(B) 270.29º 0.86% 0.47% -
XYZ 6.04 3.02 18.03 -
YUV 44.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 69 17 120 0.42 0.86 0 0.53 270.29 0.75 0.27
Hex 45 11 78 2A 56 0 35 10E 4B 1B
Octal 105 21 170 52 126 0 65 416 113 33
Binary 1000101 10001 1111000 101010 1010110 0 110101 100001110 1001011 11011

Color Harmonies of #451178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451178

Black with #451178

Text Example


Text Example

White with #451178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451178; }

 p { color: rgb(69,17,120); }

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

background-color css

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

 a { background-color: rgb(69,17,120); }

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

border-color css

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

 span { border-color: rgb(69,17,120); }

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