#46168B

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

Shades of Persian Indigo #46168B

Tints of Persian Indigo #46168B

Color information

#46168B (or 0x46168B) is unknown color: approx Persian Indigo. HEX triplet: 46, 16 and 8B. RGB value is (70,22,139). Sum of RGB (Red+Green+Blue) = 70+22+139=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #46168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46168B is #B9E974. Grayscale: #313131. Windows color (decimal): -12183925 or 9115206. OLE color: 9115206.

HSL color Cylindrical-coordinate representation of color #46168B: hue angle of 264.62º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46168B is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7022139-
CMYK0.500.8400.45
HSL264.62º72.67%31.57%-
HSV(B)264.62º84.17%54.51%-
XYZ7.473.7424.75-
YUV49.69178.4142.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 139 (54.69% from 255) = 60.17%
R=30.30%
G=9.52%
B=60.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70221390.500.8400.45264.6272.6731.57
Hex46168B325402D1094920
Octal106262136212405541111140
Binary10001101011010001011110010101010001011011000010011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46168B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46168B; }

 p { color: rgb(70,22,139); }

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

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

 a { background-color: rgb(70,22,139); }

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

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

 span { border-color: rgb(70,22,139); }

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