#41117A

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

Shades of Persian Indigo #41117A

Tints of Persian Indigo #41117A

Color information

#41117A (or 0x41117A) is unknown color: approx Persian Indigo. HEX triplet: 41, 11 and 7A. RGB value is (65,17,122). Sum of RGB (Red+Green+Blue) = 65+17+122=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #41117A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41117A is #BEEE85. Grayscale: #2A2A2A. Windows color (decimal): -12512902 or 7999809. OLE color: 7999809.

HSL color Cylindrical-coordinate representation of color #41117A: hue angle of 267.43º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41117A is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6517122-
CMYK0.470.8600.52
HSL267.43º75.54%27.25%-
HSV(B)267.43º86.07%47.84%-
XYZ5.892.9318.67-
YUV43.32172.4143.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 122 (48.05% from 255) = 59.80%
R=31.86%
G=8.33%
B=59.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65171220.470.8600.52267.4375.5427.25
Hex41117A2F5603410b4c1b
Octal101211725712606441311433
Binary100000110001111101010111110101100110100100001011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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