#411072

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

Shades of Persian Indigo #411072

Tints of Persian Indigo #411072

Color information

#411072 (or 0x411072) is unknown color: approx Persian Indigo. HEX triplet: 41, 10 and 72. RGB value is (65,16,114). Sum of RGB (Red+Green+Blue) = 65+16+114=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #411072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411072 is #BEEF8D. Grayscale: #292929. Windows color (decimal): -12513166 or 7475265. OLE color: 7475265.

HSL color Cylindrical-coordinate representation of color #411072: hue angle of 270º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411072 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6516114-
CMYK0.430.8600.55
HSL270º75.38%25.49%-
HSV(B)270º85.96%44.71%-
XYZ5.42.7116.16-
YUV41.82168.73144.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 114 (44.92% from 255) = 58.46%
R=33.33%
G=8.21%
B=58.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65161140.430.8600.5527075.3825.49
Hex4110722B5603710e4b19
Octal101201625312606741611331
Binary100000110000111001010101110101100110111100001110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411072; }

 p { color: rgb(65,16,114); }

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

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

 a { background-color: rgb(65,16,114); }

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

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

 span { border-color: rgb(65,16,114); }

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