#411778

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

Shades of Persian Indigo #411778

Tints of Persian Indigo #411778

Color information

#411778 (or 0x411778) is unknown color: approx Persian Indigo. HEX triplet: 41, 17 and 78. RGB value is (65,23,120). Sum of RGB (Red+Green+Blue) = 65+23+120=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 120 (47.27% from 255 or 57.69% from 208); Max value from RGB is 120 - color contains mainly: blue. Hex color #411778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411778 is #BEE887. Grayscale: #2E2E2E. Windows color (decimal): -12511368 or 7870273. OLE color: 7870273.

HSL color Cylindrical-coordinate representation of color #411778: hue angle of 265.98º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #411778 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6523120-
CMYK0.460.8100.53
HSL265.98º67.83%28.04%-
HSV(B)265.98º80.83%47.06%-
XYZ5.883.0918.06-
YUV46.62169.41141.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 23 (9.38% from 255) = 11.06%
BLUE value IS 120 (47.27% from 255) = 57.69%
R=31.25%
G=11.06%
B=57.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65231200.460.8100.53265.9867.8328.04
Hex4117782E5103510a441c
Octal101271705612106541210434
Binary100000110111111100010111010100010110101100001010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411778; }

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

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

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

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

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

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

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

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