#450362

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

Shades of Indigo #450362

Tints of Indigo #450362

Color information

#450362 (or 0x450362) is unknown color: approx Indigo. HEX triplet: 45, 03 and 62. RGB value is (69,3,98). Sum of RGB (Red+Green+Blue) = 69+3+98=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #450362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450362 is #BAFC9D. Grayscale: #212121. Windows color (decimal): -12254366 or 6423365. OLE color: 6423365.

HSL color Cylindrical-coordinate representation of color #450362: hue angle of 281.68º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450362 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB69398-
CMYK0.300.9700.62
HSL281.68º94.06%19.8%-
HSV(B)281.68º96.94%38.43%-
XYZ4.692.2111.74-
YUV33.56164.37153.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.59%
GREEN value IS 3 (1.56% from 255) = 1.76%
BLUE value IS 98 (38.67% from 255) = 57.65%
R=40.59%
G=1.76%
B=57.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal693980.300.9700.62281.6894.0619.8
Hex453621E6103E11a5e14
Octal10531423614107643213624
Binary10001011111000101111011000010111110100011010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450362; }

 p { color: rgb(69,3,98); }

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

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

 a { background-color: rgb(69,3,98); }

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

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

 span { border-color: rgb(69,3,98); }

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