#450678

Color #450678 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #450678

Tints of Indigo #450678

Color information

#450678 (or 0x450678) is unknown color: approx Indigo. HEX triplet: 45, 06 and 78. RGB value is (69,6,120). Sum of RGB (Red+Green+Blue) = 69+6+120=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 120 (47.27% from 255 or 61.54% from 195); Max value from RGB is 120 - color contains mainly: blue. Hex color #450678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450678 is #BAF987. Grayscale: #252525. Windows color (decimal): -12253576 or 7865925. OLE color: 7865925.

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

Color convert

RGB696120-
CMYK0.420.9500.53
HSL273.16º90.48%24.71%-
HSV(B)273.16º95%47.06%-
XYZ5.912.7517.99-
YUV37.83174.37150.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.38%
GREEN value IS 6 (2.73% from 255) = 3.08%
BLUE value IS 120 (47.27% from 255) = 61.54%
R=35.38%
G=3.08%
B=61.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6961200.420.9500.53273.1690.4824.71
Hex456782A5F0351115a19
Octal10561705213706542113231
Binary1000101110111100010101010111110110101100010001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450678; }

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

 H1.HeaderClassName
 {
   color: #450678;
 }
 .AnyTagClassName
 {
   color: #450678;
 }
</style>
background-color css

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

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

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

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

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

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