#460383

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

Shades of Indigo #460383

Tints of Indigo #460383

Color information

#460383 (or 0x460383) is unknown color: approx Indigo. HEX triplet: 46, 03 and 83. RGB value is (70,3,131). Sum of RGB (Red+Green+Blue) = 70+3+131=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 131 (51.56% from 255 or 64.22% from 204); Max value from RGB is 131 - color contains mainly: blue. Hex color #460383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460383 is #B9FC7C. Grayscale: #252525. Windows color (decimal): -12188797 or 8586054. OLE color: 8586054.

HSL color Cylindrical-coordinate representation of color #460383: hue angle of 271.41º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #460383 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB703131-
CMYK0.470.9800.49
HSL271.41º95.52%26.27%-
HSV(B)271.41º97.71%51.37%-
XYZ6.663.0121.7-
YUV37.62180.7151.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 3 (1.56% from 255) = 1.47%
BLUE value IS 131 (51.56% from 255) = 64.22%
R=34.31%
G=1.47%
B=64.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7031310.470.9800.49271.4195.5226.27
Hex463832F6203110f601a
Octal10632035714206141714032
Binary1000110111000001110111111000100110001100001111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460383; }

 p { color: rgb(70,3,131); }

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

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

 a { background-color: rgb(70,3,131); }

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

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

 span { border-color: rgb(70,3,131); }

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