#450B94

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

Shades of Indigo #450B94

Tints of Indigo #450B94

Color information

#450B94 (or 0x450B94) is unknown color: approx Indigo. HEX triplet: 45, 0B and 94. RGB value is (69,11,148). Sum of RGB (Red+Green+Blue) = 69+11+148=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 148 (58.20% from 255 or 64.91% from 228); Max value from RGB is 148 - color contains mainly: blue. Hex color #450B94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450B94 is #BAF46B. Grayscale: #2B2B2B. Windows color (decimal): -12252268 or 9702213. OLE color: 9702213.

HSL color Cylindrical-coordinate representation of color #450B94: hue angle of 265.4º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450B94 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6911148-
CMYK0.530.9300.42
HSL265.4º86.16%31.18%-
HSV(B)265.4º92.57%58.04%-
XYZ7.923.6428.3-
YUV43.96186.72145.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.26%
GREEN value IS 11 (4.69% from 255) = 4.82%
BLUE value IS 148 (58.20% from 255) = 64.91%
R=30.26%
G=4.82%
B=64.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69111480.530.9300.42265.486.1631.18
Hex45B94355D02A109561f
Octal105132246513505241112637
Binary100010110111001010011010110111010101010100001001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450B94; }

 p { color: rgb(69,11,148); }

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

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

 a { background-color: rgb(69,11,148); }

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

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

 span { border-color: rgb(69,11,148); }

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