#450F90

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

Shades of Indigo #450F90

Tints of Indigo #450F90

Color information

#450F90 (or 0x450F90) is unknown color: approx Indigo. HEX triplet: 45, 0F and 90. RGB value is (69,15,144). Sum of RGB (Red+Green+Blue) = 69+15+144=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #450F90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450F90 is #BAF06F. Grayscale: #2D2D2D. Windows color (decimal): -12251248 or 9441093. OLE color: 9441093.

HSL color Cylindrical-coordinate representation of color #450F90: hue angle of 265.12º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450F90 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6915144-
CMYK0.520.9000.44
HSL265.12º81.13%31.18%-
HSV(B)265.12º89.58%56.47%-
XYZ7.663.6226.68-
YUV45.85183.39144.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.26%
GREEN value IS 15 (6.25% from 255) = 6.58%
BLUE value IS 144 (56.64% from 255) = 63.16%
R=30.26%
G=6.58%
B=63.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69151440.520.9000.44265.1281.1331.18
Hex45F90345A02C109511f
Octal105172206413205441112137
Binary100010111111001000011010010110100101100100001001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,15,144); }

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

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

 a { background-color: rgb(69,15,144); }

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

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

 span { border-color: rgb(69,15,144); }

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