Html Css Color HEX #450780 Indigo

📋 copy color: '#450780'

red 69 ◦ green 7 ◦ blue 128

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

Shades of Indigo #450780

Tints of Indigo #450780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 62.75%

R = 33.82%
G = 3.43%
B = 62.75%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#450780 (or 0x450780) is known color: Indigo. HEX triplet: 45, 07 and 80. RGB value is (69,7,128). Sum of RGB (Red+Green+Blue) = 69+7+128=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 128 (50.39% from 255 or 62.75% from 204); Max value from RGB is 128 - color contains mainly: blue. Hex color #450780 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450780 is #BAF87F. Grayscale: #262626. Windows color (decimal): -12253312 or 8390469. OLE color: 8390469.

HSL color Cylindrical-coordinate representation of color #450780: hue angle of 270.74º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450780 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 7 128 -
CMYK 0.46 0.95 0 0.50
HSL 270.74º 0.9% 0.26% -
HSV(B) 270.74º 0.95% 0.5% -
XYZ 6.43 2.98 20.66 -
YUV 39.33 178.04 149.16 -
System Red Green Blue C M Y K H S L
Decimal 69 7 128 0.46 0.95 0 0.50 270.74 0.9 0.26
Hex 45 7 80 2E 5F 0 32 10F 5A 1A
Octal 105 7 200 56 137 0 62 417 132 32
Binary 1000101 111 10000000 101110 1011111 0 110010 100001111 1011010 11010

Color Harmonies of #450780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450780

Black with #450780

Text Example


Text Example

White with #450780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450780; }

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

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

background-color css

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

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

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

border-color css

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

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

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