Html Css Color HEX #450976 Indigo

📋 copy color: '#450976'

red 69 ◦ green 9 ◦ blue 118

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

Shades of Indigo #450976

Tints of Indigo #450976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

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

R = 35.2%
G = 4.59%
B = 60.2%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#450976 (or 0x450976) is known color: Indigo. HEX triplet: 45, 09 and 76. RGB value is (69,9,118). Sum of RGB (Red+Green+Blue) = 69+9+118=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #450976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450976 is #BAF689. Grayscale: #262626. Windows color (decimal): -12252810 or 7735621. OLE color: 7735621.

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

Color convert

RGB 69 9 118 -
CMYK 0.42 0.92 0 0.54
HSL 273.03º 0.86% 0.25% -
HSV(B) 273.03º 0.92% 0.46% -
XYZ 5.82 2.77 17.37 -
YUV 39.37 172.38 149.14 -
System Red Green Blue C M Y K H S L
Decimal 69 9 118 0.42 0.92 0 0.54 273.03 0.86 0.25
Hex 45 9 76 2A 5C 0 36 111 56 19
Octal 105 11 166 52 134 0 66 421 126 31
Binary 1000101 1001 1110110 101010 1011100 0 110110 100010001 1010110 11001

Color Harmonies of #450976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450976

Black with #450976

Text Example


Text Example

White with #450976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450976; }

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

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

background-color css

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

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

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

border-color css

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

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

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