#450192

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

Shades of Indigo #450192

Tints of Indigo #450192

Color information

#450192 (or 0x450192) is unknown color: approx Indigo. HEX triplet: 45, 01 and 92. RGB value is (69,1,146). Sum of RGB (Red+Green+Blue) = 69+1+146=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #450192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450192 is #BAFE6D. Grayscale: #252525. Windows color (decimal): -12254830 or 9568581. OLE color: 9568581.

HSL color Cylindrical-coordinate representation of color #450192: hue angle of 268.14º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450192 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB691146-
CMYK0.530.9900.43
HSL268.14º98.64%28.82%-
HSV(B)268.14º99.32%57.25%-
XYZ7.653.3627.44-
YUV37.86189.03150.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.94%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 146 (57.42% from 255) = 67.59%
R=31.94%
G=0.46%
B=67.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6911460.530.9900.43268.1498.6428.82
Hex45192356302B10c631d
Octal10512226514305341414335
Binary100010111001001011010111000110101011100001100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450192; }

 p { color: rgb(69,1,146); }

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

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

 a { background-color: rgb(69,1,146); }

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

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

 span { border-color: rgb(69,1,146); }

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