#411372

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

Shades of Persian Indigo #411372

Tints of Persian Indigo #411372

Color information

#411372 (or 0x411372) is unknown color: approx Persian Indigo. HEX triplet: 41, 13 and 72. RGB value is (65,19,114). Sum of RGB (Red+Green+Blue) = 65+19+114=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #411372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411372 is #BEEC8D. Grayscale: #2B2B2B. Windows color (decimal): -12512398 or 7476033. OLE color: 7476033.

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

Color convert

RGB6519114-
CMYK0.430.8300.55
HSL269.05º71.43%26.08%-
HSV(B)269.05º83.33%44.71%-
XYZ5.452.816.17-
YUV43.58167.74143.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 19 (7.81% from 255) = 9.60%
BLUE value IS 114 (44.92% from 255) = 57.58%
R=32.83%
G=9.60%
B=57.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65191140.430.8300.55269.0571.4326.08
Hex4113722B5303710d471a
Octal101231625312306741510732
Binary100000110011111001010101110100110110111100001101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411372; }

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

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

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

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

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

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

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

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