#41169F

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

Shades of Persian Indigo #41169F

Tints of Persian Indigo #41169F

Color information

#41169F (or 0x41169F) is unknown color: approx Persian Indigo. HEX triplet: 41, 16 and 9F. RGB value is (65,22,159). Sum of RGB (Red+Green+Blue) = 65+22+159=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #41169F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41169F is #BEE960. Grayscale: #313131. Windows color (decimal): -12511585 or 10425921. OLE color: 10425921.

HSL color Cylindrical-coordinate representation of color #41169F: hue angle of 258.83º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41169F is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6522159-
CMYK0.590.8600.38
HSL258.83º75.69%35.49%-
HSV(B)258.83º86.16%62.35%-
XYZ8.724.233.15-
YUV50.47189.25138.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 22 (8.98% from 255) = 8.94%
BLUE value IS 159 (62.5% from 255) = 64.63%
R=26.42%
G=8.94%
B=64.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65221590.590.8600.38258.8375.6935.49
Hex41169F3B560261034c23
Octal101262377312604640311443
Binary10000011011010011111111011101011001001101000000111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41169F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41169F; }

 p { color: rgb(65,22,159); }

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

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

 a { background-color: rgb(65,22,159); }

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

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

 span { border-color: rgb(65,22,159); }

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