#411975

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

Shades of Persian Indigo #411975

Tints of Persian Indigo #411975

Color information

#411975 (or 0x411975) is unknown color: approx Persian Indigo. HEX triplet: 41, 19 and 75. RGB value is (65,25,117). Sum of RGB (Red+Green+Blue) = 65+25+117=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #411975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411975 is #BEE68A. Grayscale: #2F2F2F. Windows color (decimal): -12510859 or 7674177. OLE color: 7674177.

HSL color Cylindrical-coordinate representation of color #411975: hue angle of 266.09º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #411975 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6525117-
CMYK0.440.7900.54
HSL266.09º64.79%27.84%-
HSV(B)266.09º78.63%45.88%-
XYZ5.743.117.13-
YUV47.45167.25140.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 25 (10.16% from 255) = 12.08%
BLUE value IS 117 (46.09% from 255) = 56.52%
R=31.40%
G=12.08%
B=56.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65251170.440.7900.54266.0964.7927.84
Hex4119752C4F03610a411c
Octal101311655411706641210134
Binary100000111001111010110110010011110110110100001010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411975; }

 p { color: rgb(65,25,117); }

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

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

 a { background-color: rgb(65,25,117); }

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

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

 span { border-color: rgb(65,25,117); }

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