#461795

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

Shades of Persian Indigo #461795

Tints of Persian Indigo #461795

Color information

#461795 (or 0x461795) is unknown color: approx Persian Indigo. HEX triplet: 46, 17 and 95. RGB value is (70,23,149). Sum of RGB (Red+Green+Blue) = 70+23+149=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #461795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461795 is #B9E86A. Grayscale: #323232. Windows color (decimal): -12183659 or 9770822. OLE color: 9770822.

HSL color Cylindrical-coordinate representation of color #461795: hue angle of 262.38º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461795 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7023149-
CMYK0.530.8500.42
HSL262.38º73.26%33.73%-
HSV(B)262.38º84.56%58.43%-
XYZ8.264.0828.79-
YUV51.42183.07141.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.93%
GREEN value IS 23 (9.38% from 255) = 9.50%
BLUE value IS 149 (58.59% from 255) = 61.57%
R=28.93%
G=9.50%
B=61.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70231490.530.8500.42262.3873.2633.73
Hex461795355502A1064922
Octal106272256512505240611142
Binary10001101011110010101110101101010101010101000001101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461795; }

 p { color: rgb(70,23,149); }

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

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

 a { background-color: rgb(70,23,149); }

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

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

 span { border-color: rgb(70,23,149); }

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