#411282

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

Shades of Persian Indigo #411282

Tints of Persian Indigo #411282

Color information

#411282 (or 0x411282) is unknown color: approx Persian Indigo. HEX triplet: 41, 12 and 82. RGB value is (65,18,130). Sum of RGB (Red+Green+Blue) = 65+18+130=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 130 (51.17% from 255 or 61.03% from 213); Max value from RGB is 130 - color contains mainly: blue. Hex color #411282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411282 is #BEED7D. Grayscale: #2C2C2C. Windows color (decimal): -12512638 or 8524353. OLE color: 8524353.

HSL color Cylindrical-coordinate representation of color #411282: hue angle of 265.18º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411282 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6518130-
CMYK0.500.8600.49
HSL265.18º75.68%29.02%-
HSV(B)265.18º86.15%50.98%-
XYZ6.433.1721.39-
YUV44.82176.07142.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 130 (51.17% from 255) = 61.03%
R=30.52%
G=8.45%
B=61.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65181300.500.8600.49265.1875.6829.02
Hex41128232560311094c1d
Octal101222026212606141111435
Binary1000001100101000001011001010101100110001100001001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411282; }

 p { color: rgb(65,18,130); }

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

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

 a { background-color: rgb(65,18,130); }

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

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

 span { border-color: rgb(65,18,130); }

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