#450085

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

Shades of Indigo #450085

Tints of Indigo #450085

Color information

#450085 (or 0x450085) is unknown color: approx Indigo. HEX triplet: 45, 00 and 85. RGB value is (69,0,133). Sum of RGB (Red+Green+Blue) = 69+0+133=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #450085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450085 is #BAFF7A. Grayscale: #232323. Windows color (decimal): -12255099 or 8716357. OLE color: 8716357.

HSL color Cylindrical-coordinate representation of color #450085: hue angle of 271.13º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #450085 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB690133-
CMYK0.48100.48
HSL271.13º100%26.08%-
HSV(B)271.13º100%52.16%-
XYZ6.692.9622.41-
YUV35.79182.86151.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 65.84%
R=34.16%
G=0%
B=65.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6901330.48100.48271.1310026.08
Hex45085306403010f641a
Octal10502056014406041714432
Binary100010101000010111000011001000110000100001111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450085; }

 p { color: rgb(69,0,133); }

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

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

 a { background-color: rgb(69,0,133); }

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

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

 span { border-color: rgb(69,0,133); }

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