Html Css Color HEX #450776 Indigo

📋 copy color: '#450776'

red 69 ◦ green 7 ◦ blue 118

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

Shades of Indigo #450776

Tints of Indigo #450776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 60.82%

R = 35.57%
G = 3.61%
B = 60.82%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#450776 (or 0x450776) is known color: Indigo. HEX triplet: 45, 07 and 76. RGB value is (69,7,118). Sum of RGB (Red+Green+Blue) = 69+7+118=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #450776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450776 is #BAF889. Grayscale: #252525. Windows color (decimal): -12253322 or 7735109. OLE color: 7735109.

HSL color Cylindrical-coordinate representation of color #450776: hue angle of 273.51º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450776 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 7 118 -
CMYK 0.42 0.94 0 0.54
HSL 273.51º 0.89% 0.25% -
HSV(B) 273.51º 0.94% 0.46% -
XYZ 5.8 2.73 17.36 -
YUV 38.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 69 7 118 0.42 0.94 0 0.54 273.51 0.89 0.25
Hex 45 7 76 2A 5E 0 36 112 59 19
Octal 105 7 166 52 136 0 66 422 131 31
Binary 1000101 111 1110110 101010 1011110 0 110110 100010010 1011001 11001

Color Harmonies of #450776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450776

Black with #450776

Text Example


Text Example

White with #450776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450776; }

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

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

background-color css

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

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

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

border-color css

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

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

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