#411772

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

Shades of Persian Indigo #411772

Tints of Persian Indigo #411772

Color information

#411772 (or 0x411772) is unknown color: approx Persian Indigo. HEX triplet: 41, 17 and 72. RGB value is (65,23,114). Sum of RGB (Red+Green+Blue) = 65+23+114=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #411772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411772 is #BEE88D. Grayscale: #2D2D2D. Windows color (decimal): -12511374 or 7477057. OLE color: 7477057.

HSL color Cylindrical-coordinate representation of color #411772: hue angle of 267.69º degrees, saturation: 0.66, 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 #411772 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6523114-
CMYK0.430.8000.55
HSL267.69º66.42%26.86%-
HSV(B)267.69º79.82%44.71%-
XYZ5.522.9516.2-
YUV45.93166.41141.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.18%
GREEN value IS 23 (9.38% from 255) = 11.39%
BLUE value IS 114 (44.92% from 255) = 56.44%
R=32.18%
G=11.39%
B=56.44%

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
Decimal65231140.430.8000.55267.6966.4226.86
Hex4117722B5003710c421b
Octal101271625312006741410233
Binary100000110111111001010101110100000110111100001100100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411772; }

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

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

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

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

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

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

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

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