Html Css Color HEX #450774 Indigo

📋 copy color: '#450774'

red 69 ◦ green 7 ◦ blue 116

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

Shades of Indigo #450774

Tints of Indigo #450774

RGB

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

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

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

R = 35.94%
G = 3.65%
B = 60.42%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#450774 (or 0x450774) is known color: Indigo. HEX triplet: 45, 07 and 74. RGB value is (69,7,116). Sum of RGB (Red+Green+Blue) = 69+7+116=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 116 (45.70% from 255 or 60.42% from 192); Max value from RGB is 116 - color contains mainly: blue. Hex color #450774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450774 is #BAF88B. Grayscale: #252525. Windows color (decimal): -12253324 or 7604037. OLE color: 7604037.

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

Color convert

RGB 69 7 116 -
CMYK 0.41 0.94 0 0.55
HSL 274.13º 0.89% 0.24% -
HSV(B) 274.13º 0.94% 0.45% -
XYZ 5.68 2.68 16.74 -
YUV 37.96 172.04 150.14 -
System Red Green Blue C M Y K H S L
Decimal 69 7 116 0.41 0.94 0 0.55 274.13 0.89 0.24
Hex 45 7 74 29 5E 0 37 112 59 18
Octal 105 7 164 51 136 0 67 422 131 30
Binary 1000101 111 1110100 101001 1011110 0 110111 100010010 1011001 11000

Color Harmonies of #450774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450774

Black with #450774

Text Example


Text Example

White with #450774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450774; }

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

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

background-color css

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

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

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

border-color css

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

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

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