#41157F

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

Shades of Persian Indigo #41157F

Tints of Persian Indigo #41157F

Color information

#41157F (or 0x41157F) is unknown color: approx Persian Indigo. HEX triplet: 41, 15 and 7F. RGB value is (65,21,127). Sum of RGB (Red+Green+Blue) = 65+21+127=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #41157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41157F is #BEEA80. Grayscale: #2D2D2D. Windows color (decimal): -12511873 or 8328513. OLE color: 8328513.

HSL color Cylindrical-coordinate representation of color #41157F: hue angle of 264.91º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41157F is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6521127-
CMYK0.490.8300.50
HSL264.91º71.62%29.02%-
HSV(B)264.91º83.46%49.8%-
XYZ6.283.1920.36-
YUV46.24173.58141.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 127 (50% from 255) = 59.62%
R=30.52%
G=9.86%
B=59.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65211270.490.8300.50264.9171.6229.02
Hex41157F3153032109481d
Octal101251776112306241111035
Binary100000110101111111111000110100110110010100001001100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41157F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,21,127); }

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

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

 a { background-color: rgb(65,21,127); }

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

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

 span { border-color: rgb(65,21,127); }

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