Html Css Color HEX #450080 Indigo

📋 copy color: '#450080'

red 69 ◦ green 0 ◦ blue 128

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

Shades of Indigo #450080

Tints of Indigo #450080

RGB

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

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

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

R = 35.03%
G = 0%
B = 64.97%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#450080 (or 0x450080) is known color: Indigo. HEX triplet: 45, 00 and 80. RGB value is (69,0,128). Sum of RGB (Red+Green+Blue) = 69+0+128=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 128 (50.39% from 255 or 64.97% from 197); Max value from RGB is 128 - color contains mainly: blue. Hex color #450080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450080 is #BAFF7F. Grayscale: #222222. Windows color (decimal): -12255104 or 8388677. OLE color: 8388677.

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

Color convert

RGB 69 0 128 -
CMYK 0.46 1 0 0.50
HSL 272.34º 1% 0.25% -
HSV(B) 272.34º 1% 0.5% -
XYZ 6.35 2.82 20.63 -
YUV 35.22 180.36 152.09 -
System Red Green Blue C M Y K H S L
Decimal 69 0 128 0.46 1 0 0.50 272.34 1 0.25
Hex 45 0 80 2E 64 0 32 110 64 19
Octal 105 0 200 56 144 0 62 420 144 31
Binary 1000101 0 10000000 101110 1100100 0 110010 100010000 1100100 11001

Color Harmonies of #450080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450080

Black with #450080

Text Example


Text Example

White with #450080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450080; }

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

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

background-color css

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

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

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

border-color css

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

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

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