#46188A

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

Shades of Persian Indigo #46188A

Tints of Persian Indigo #46188A

Color information

#46188A (or 0x46188A) is unknown color: approx Persian Indigo. HEX triplet: 46, 18 and 8A. RGB value is (70,24,138). Sum of RGB (Red+Green+Blue) = 70+24+138=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #46188A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46188A is #B9E775. Grayscale: #323232. Windows color (decimal): -12183414 or 9050182. OLE color: 9050182.

HSL color Cylindrical-coordinate representation of color #46188A: hue angle of 264.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46188A is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7024138-
CMYK0.490.8300.46
HSL264.21º70.37%31.76%-
HSV(B)264.21º82.61%54.12%-
XYZ7.443.7924.38-
YUV50.75177.24141.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 138 (54.30% from 255) = 59.48%
R=30.17%
G=10.34%
B=59.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70241380.490.8300.46264.2170.3731.76
Hex46188A315302E1084620
Octal106302126112305641010640
Binary10001101100010001010110001101001101011101000010001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46188A; }

 p { color: rgb(70,24,138); }

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

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

 a { background-color: rgb(70,24,138); }

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

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

 span { border-color: rgb(70,24,138); }

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