#410F6F

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

Shades of Persian Indigo #410F6F

Tints of Persian Indigo #410F6F

Color information

#410F6F (or 0x410F6F) is unknown color: approx Persian Indigo. HEX triplet: 41, 0F and 6F. RGB value is (65,15,111). Sum of RGB (Red+Green+Blue) = 65+15+111=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #410F6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410F6F is #BEF090. Grayscale: #282828. Windows color (decimal): -12513425 or 7278401. OLE color: 7278401.

HSL color Cylindrical-coordinate representation of color #410F6F: hue angle of 271.25º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #410F6F is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6515111-
CMYK0.410.8600.56
HSL271.25º76.19%24.71%-
HSV(B)271.25º86.49%43.53%-
XYZ5.222.6115.27-
YUV40.89167.56145.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.03%
GREEN value IS 15 (6.25% from 255) = 7.85%
BLUE value IS 111 (43.75% from 255) = 58.12%
R=34.03%
G=7.85%
B=58.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65151110.410.8600.56271.2576.1924.71
Hex41F6F295603810f4c19
Octal101171575112607041711431
Binary10000011111110111110100110101100111000100001111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410F6F; }

 p { color: rgb(65,15,111); }

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

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

 a { background-color: rgb(65,15,111); }

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

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

 span { border-color: rgb(65,15,111); }

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