Html Css Color HEX #450978 Indigo

📋 copy color: '#450978'

red 69 ◦ green 9 ◦ blue 120

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

Shades of Indigo #450978

Tints of Indigo #450978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.55%

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

R = 34.85%
G = 4.55%
B = 60.61%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#450978 (or 0x450978) is known color: Indigo. HEX triplet: 45, 09 and 78. RGB value is (69,9,120). Sum of RGB (Red+Green+Blue) = 69+9+120=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 120 (47.27% from 255 or 60.61% from 198); Max value from RGB is 120 - color contains mainly: blue. Hex color #450978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450978 is #BAF687. Grayscale: #272727. Windows color (decimal): -12252808 or 7866693. OLE color: 7866693.

HSL color Cylindrical-coordinate representation of color #450978: hue angle of 272.43º degrees, saturation: 0.86, 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 #450978 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 9 120 -
CMYK 0.42 0.92 0 0.53
HSL 272.43º 0.86% 0.25% -
HSV(B) 272.43º 0.93% 0.47% -
XYZ 5.94 2.82 18 -
YUV 39.59 173.38 148.97 -
System Red Green Blue C M Y K H S L
Decimal 69 9 120 0.42 0.92 0 0.53 272.43 0.86 0.25
Hex 45 9 78 2A 5C 0 35 110 56 19
Octal 105 11 170 52 134 0 65 420 126 31
Binary 1000101 1001 1111000 101010 1011100 0 110101 100010000 1010110 11001

Color Harmonies of #450978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450978

Black with #450978

Text Example


Text Example

White with #450978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450978; }

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

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

background-color css

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

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

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

border-color css

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

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

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