#46167D

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

Shades of Persian Indigo #46167D

Tints of Persian Indigo #46167D

Color information

#46167D (or 0x46167D) is unknown color: approx Persian Indigo. HEX triplet: 46, 16 and 7D. RGB value is (70,22,125). Sum of RGB (Red+Green+Blue) = 70+22+125=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #46167D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46167D is #B9E982. Grayscale: #2F2F2F. Windows color (decimal): -12183939 or 8197702. OLE color: 8197702.

HSL color Cylindrical-coordinate representation of color #46167D: hue angle of 267.96º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46167D is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7022125-
CMYK0.440.8200.51
HSL267.96º70.07%28.82%-
HSV(B)267.96º82.4%49.02%-
XYZ6.513.3619.71-
YUV48.09171.4143.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 125 (49.22% from 255) = 57.60%
R=32.26%
G=10.14%
B=57.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70221250.440.8200.51267.9670.0728.82
Hex46167D2C5203310c461d
Octal106261755412206341410635
Binary100011010110111110110110010100100110011100001100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46167D; }

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

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

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

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

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

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

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

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