#411073

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

Shades of Persian Indigo #411073

Tints of Persian Indigo #411073

Color information

#411073 (or 0x411073) is unknown color: approx Persian Indigo. HEX triplet: 41, 10 and 73. RGB value is (65,16,115). Sum of RGB (Red+Green+Blue) = 65+16+115=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #411073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411073 is #BEEF8C. Grayscale: #292929. Windows color (decimal): -12513165 or 7540801. OLE color: 7540801.

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

Color convert

RGB6516115-
CMYK0.430.8600.55
HSL269.7º75.57%25.69%-
HSV(B)269.7º86.09%45.1%-
XYZ5.462.7316.46-
YUV41.94169.23144.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.16%
GREEN value IS 16 (6.64% from 255) = 8.16%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=33.16%
G=8.16%
B=58.67%

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
Decimal65161150.430.8600.55269.775.5725.69
Hex4110732B5603710e4c1a
Octal101201635312606741611432
Binary100000110000111001110101110101100110111100001110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411073; }

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

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

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

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

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

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

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

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