Html Css Color HEX #450078 Indigo

📋 copy color: '#450078'

red 69 ◦ green 0 ◦ blue 120

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

Shades of Indigo #450078

Tints of Indigo #450078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 63.49%

R = 36.51%
G = 0%
B = 63.49%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#450078 (or 0x450078) is known color: Indigo. HEX triplet: 45, 00 and 78. RGB value is (69,0,120). Sum of RGB (Red+Green+Blue) = 69+0+120=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 120 (47.27% from 255 or 63.49% from 189); Max value from RGB is 120 - color contains mainly: blue. Hex color #450078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450078 is #BAFF87. Grayscale: #212121. Windows color (decimal): -12255112 or 7864389. OLE color: 7864389.

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

Color convert

RGB 69 0 120 -
CMYK 0.42 1 0 0.53
HSL 274.5º 1% 0.24% -
HSV(B) 274.5º 1% 0.47% -
XYZ 5.84 2.62 17.97 -
YUV 34.31 176.36 152.74 -
System Red Green Blue C M Y K H S L
Decimal 69 0 120 0.42 1 0 0.53 274.5 1 0.24
Hex 45 0 78 2A 64 0 35 112 64 18
Octal 105 0 170 52 144 0 65 422 144 30
Binary 1000101 0 1111000 101010 1100100 0 110101 100010010 1100100 11000

Color Harmonies of #450078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450078

Black with #450078

Text Example


Text Example

White with #450078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450078; }

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

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

background-color css

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

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

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

border-color css

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

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

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