Html Css Color HEX #450076 Indigo

📋 copy color: '#450076'

red 69 ◦ green 0 ◦ blue 118

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

Shades of Indigo #450076

Tints of Indigo #450076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.9%
G = 0%
B = 63.1%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#450076 (or 0x450076) is known color: Indigo. HEX triplet: 45, 00 and 76. RGB value is (69,0,118). Sum of RGB (Red+Green+Blue) = 69+0+118=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #450076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450076 is #BAFF89. Grayscale: #212121. Windows color (decimal): -12255114 or 7733317. OLE color: 7733317.

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

Color convert

RGB 69 0 118 -
CMYK 0.42 1 0 0.54
HSL 275.08º 1% 0.23% -
HSV(B) 275.08º 1% 0.46% -
XYZ 5.72 2.57 17.33 -
YUV 34.08 175.36 152.91 -
System Red Green Blue C M Y K H S L
Decimal 69 0 118 0.42 1 0 0.54 275.08 1 0.23
Hex 45 0 76 2A 64 0 36 113 64 17
Octal 105 0 166 52 144 0 66 423 144 27
Binary 1000101 0 1110110 101010 1100100 0 110110 100010011 1100100 10111

Color Harmonies of #450076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450076

Black with #450076

Text Example


Text Example

White with #450076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450076; }

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

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

background-color css

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

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

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

border-color css

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

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

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