#411B7D

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

Shades of Persian Indigo #411B7D

Tints of Persian Indigo #411B7D

Color information

#411B7D (or 0x411B7D) is unknown color: approx Persian Indigo. HEX triplet: 41, 1B and 7D. RGB value is (65,27,125). Sum of RGB (Red+Green+Blue) = 65+27+125=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #411B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411B7D is #BEE482. Grayscale: #313131. Windows color (decimal): -12510339 or 8198977. OLE color: 8198977.

HSL color Cylindrical-coordinate representation of color #411B7D: hue angle of 263.27º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #411B7D is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6527125-
CMYK0.480.7800.51
HSL263.27º64.47%29.8%-
HSV(B)263.27º78.4%49.02%-
XYZ6.273.3919.73-
YUV49.53170.59139.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.95%
GREEN value IS 27 (10.94% from 255) = 12.44%
BLUE value IS 125 (49.22% from 255) = 57.60%
R=29.95%
G=12.44%
B=57.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65271250.480.7800.51263.2764.4729.8
Hex411B7D304E033107401e
Octal101331756011606340710036
Binary100000111011111110111000010011100110011100000111100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411B7D; }

 p { color: rgb(65,27,125); }

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

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

 a { background-color: rgb(65,27,125); }

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

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

 span { border-color: rgb(65,27,125); }

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