#411173

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

Shades of Persian Indigo #411173

Tints of Persian Indigo #411173

Color information

#411173 (or 0x411173) is unknown color: approx Persian Indigo. HEX triplet: 41, 11 and 73. RGB value is (65,17,115). Sum of RGB (Red+Green+Blue) = 65+17+115=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #411173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411173 is #BEEE8C. Grayscale: #2A2A2A. Windows color (decimal): -12512909 or 7541057. OLE color: 7541057.

HSL color Cylindrical-coordinate representation of color #411173: hue angle of 269.39º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411173 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6517115-
CMYK0.430.8500.55
HSL269.39º74.24%25.88%-
HSV(B)269.39º85.22%45.1%-
XYZ5.472.7616.46-
YUV42.52168.9144.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.99%
GREEN value IS 17 (7.03% from 255) = 8.63%
BLUE value IS 115 (45.31% from 255) = 58.38%
R=32.99%
G=8.63%
B=58.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65171150.430.8500.55269.3974.2425.88
Hex4111732B5503710d4a1a
Octal101211635312506741511232
Binary100000110001111001110101110101010110111100001101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411173; }

 p { color: rgb(65,17,115); }

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

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

 a { background-color: rgb(65,17,115); }

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

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

 span { border-color: rgb(65,17,115); }

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