Html Css Color HEX #451174 Indigo

📋 copy color: '#451174'

red 69 ◦ green 17 ◦ blue 116

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

Shades of Indigo #451174

Tints of Indigo #451174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 57.43%

R = 34.16%
G = 8.42%
B = 57.43%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#451174 (or 0x451174) is known color: Indigo. HEX triplet: 45, 11 and 74. RGB value is (69,17,116). Sum of RGB (Red+Green+Blue) = 69+17+116=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 116 (45.70% from 255 or 57.43% from 202); Max value from RGB is 116 - color contains mainly: blue. Hex color #451174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451174 is #BAEE8B. Grayscale: #2B2B2B. Windows color (decimal): -12250764 or 7606597. OLE color: 7606597.

HSL color Cylindrical-coordinate representation of color #451174: hue angle of 271.52º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451174 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 17 116 -
CMYK 0.41 0.85 0 0.55
HSL 271.52º 0.74% 0.26% -
HSV(B) 271.52º 0.85% 0.45% -
XYZ 5.81 2.93 16.78 -
YUV 43.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 69 17 116 0.41 0.85 0 0.55 271.52 0.74 0.26
Hex 45 11 74 29 55 0 37 110 4A 1A
Octal 105 21 164 51 125 0 67 420 112 32
Binary 1000101 10001 1110100 101001 1010101 0 110111 100010000 1001010 11010

Color Harmonies of #451174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451174

Black with #451174

Text Example


Text Example

White with #451174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451174; }

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

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

background-color css

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

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

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

border-color css

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

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

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