Html Css Color HEX #450760 Indigo

📋 copy color: '#450760'

red 69 ◦ green 7 ◦ blue 96

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

Shades of Indigo #450760

Tints of Indigo #450760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 55.81%

R = 40.12%
G = 4.07%
B = 55.81%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#450760 (or 0x450760) is known color: Indigo. HEX triplet: 45, 07 and 60. RGB value is (69,7,96). Sum of RGB (Red+Green+Blue) = 69+7+96=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #450760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450760 is #BAF89F. Grayscale: #232323. Windows color (decimal): -12253344 or 6293317. OLE color: 6293317.

HSL color Cylindrical-coordinate representation of color #450760: hue angle of 281.8º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450760 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 7 96 -
CMYK 0.28 0.93 0 0.62
HSL 281.8º 0.86% 0.2% -
HSV(B) 281.8º 0.93% 0.38% -
XYZ 4.64 2.26 11.26 -
YUV 35.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 69 7 96 0.28 0.93 0 0.62 281.8 0.86 0.2
Hex 45 7 60 1C 5D 0 3E 11A 56 14
Octal 105 7 140 34 135 0 76 432 126 24
Binary 1000101 111 1100000 11100 1011101 0 111110 100011010 1010110 10100

Color Harmonies of #450760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450760

Black with #450760

Text Example


Text Example

White with #450760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450760; }

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

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

background-color css

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

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

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

border-color css

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

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

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