#411773

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

Shades of Persian Indigo #411773

Tints of Persian Indigo #411773

Color information

#411773 (or 0x411773) is unknown color: approx Persian Indigo. HEX triplet: 41, 17 and 73. RGB value is (65,23,115). Sum of RGB (Red+Green+Blue) = 65+23+115=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #411773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411773 is #BEE88C. Grayscale: #2D2D2D. Windows color (decimal): -12511373 or 7542593. OLE color: 7542593.

HSL color Cylindrical-coordinate representation of color #411773: hue angle of 267.39º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #411773 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6523115-
CMYK0.430.8000.55
HSL267.39º66.67%27.06%-
HSV(B)267.39º80%45.1%-
XYZ5.582.9716.5-
YUV46.05166.91141.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.02%
GREEN value IS 23 (9.38% from 255) = 11.33%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=32.02%
G=11.33%
B=56.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65231150.430.8000.55267.3966.6727.06
Hex4117732B5003710b431b
Octal101271635312006741310333
Binary100000110111111001110101110100000110111100001011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411773; }

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

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

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

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

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

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

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

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