#411672

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

Shades of Persian Indigo #411672

Tints of Persian Indigo #411672

Color information

#411672 (or 0x411672) is unknown color: approx Persian Indigo. HEX triplet: 41, 16 and 72. RGB value is (65,22,114). Sum of RGB (Red+Green+Blue) = 65+22+114=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #411672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411672 is #BEE98D. Grayscale: #2D2D2D. Windows color (decimal): -12511630 or 7476801. OLE color: 7476801.

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

Color convert

RGB6522114-
CMYK0.430.8100.55
HSL268.04º67.65%26.67%-
HSV(B)268.04º80.7%44.71%-
XYZ5.52.9116.19-
YUV45.34166.75142.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 114 (44.92% from 255) = 56.72%
R=32.34%
G=10.95%
B=56.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65221140.430.8100.55268.0467.6526.67
Hex4116722B5103710c441b
Octal101261625312106741410433
Binary100000110110111001010101110100010110111100001100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411672; }

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

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

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

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

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

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

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

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