Html Css Color HEX #450878 Indigo

📋 copy color: '#450878'

red 69 ◦ green 8 ◦ blue 120

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

Shades of Indigo #450878

Tints of Indigo #450878

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.06%

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

R = 35.03%
G = 4.06%
B = 60.91%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#450878 (or 0x450878) is known color: Indigo. HEX triplet: 45, 08 and 78. RGB value is (69,8,120). Sum of RGB (Red+Green+Blue) = 69+8+120=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #450878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450878 is #BAF787. Grayscale: #262626. Windows color (decimal): -12253064 or 7866437. OLE color: 7866437.

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

Color convert

RGB 69 8 120 -
CMYK 0.42 0.93 0 0.53
HSL 272.68º 0.88% 0.25% -
HSV(B) 272.68º 0.93% 0.47% -
XYZ 5.93 2.79 18 -
YUV 39.01 173.71 149.39 -
System Red Green Blue C M Y K H S L
Decimal 69 8 120 0.42 0.93 0 0.53 272.68 0.88 0.25
Hex 45 8 78 2A 5D 0 35 111 58 19
Octal 105 10 170 52 135 0 65 421 130 31
Binary 1000101 1000 1111000 101010 1011101 0 110101 100010001 1011000 11001

Color Harmonies of #450878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450878

Black with #450878

Text Example


Text Example

White with #450878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450878; }

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

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

background-color css

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

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

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

border-color css

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

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

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