#411494

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

Shades of Persian Indigo #411494

Tints of Persian Indigo #411494

Color information

#411494 (or 0x411494) is unknown color: approx Persian Indigo. HEX triplet: 41, 14 and 94. RGB value is (65,20,148). Sum of RGB (Red+Green+Blue) = 65+20+148=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #411494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411494 is #BEEB6B. Grayscale: #2F2F2F. Windows color (decimal): -12512108 or 9704513. OLE color: 9704513.

HSL color Cylindrical-coordinate representation of color #411494: hue angle of 261.09º degrees, saturation: 0.76, 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 #411494 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6520148-
CMYK0.560.8600.42
HSL261.09º76.19%32.94%-
HSV(B)261.09º86.49%58.04%-
XYZ7.783.7628.33-
YUV48.05184.41140.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 148 (58.20% from 255) = 63.52%
R=27.90%
G=8.58%
B=63.52%

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
Decimal65201480.560.8600.42261.0976.1932.94
Hex411494385602A1054c21
Octal101242247012605240511441
Binary10000011010010010100111000101011001010101000001011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411494; }

 p { color: rgb(65,20,148); }

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

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

 a { background-color: rgb(65,20,148); }

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

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

 span { border-color: rgb(65,20,148); }

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