#411595

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

Shades of Persian Indigo #411595

Tints of Persian Indigo #411595

Color information

#411595 (or 0x411595) is unknown color: approx Persian Indigo. HEX triplet: 41, 15 and 95. RGB value is (65,21,149). Sum of RGB (Red+Green+Blue) = 65+21+149=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #411595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411595 is #BEEA6A. Grayscale: #303030. Windows color (decimal): -12511851 or 9770305. OLE color: 9770305.

HSL color Cylindrical-coordinate representation of color #411595: hue angle of 260.62º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411595 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6521149-
CMYK0.560.8600.42
HSL260.62º75.29%33.33%-
HSV(B)260.62º85.91%58.43%-
XYZ7.873.8328.76-
YUV48.75184.58139.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 21 (8.59% from 255) = 8.94%
BLUE value IS 149 (58.59% from 255) = 63.40%
R=27.66%
G=8.94%
B=63.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65211490.560.8600.42260.6275.2933.33
Hex411595385602A1054b21
Octal101252257012605240511341
Binary10000011010110010101111000101011001010101000001011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411595; }

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

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

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

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

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

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

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

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