#410F72

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

Shades of Persian Indigo #410F72

Tints of Persian Indigo #410F72

Color information

#410F72 (or 0x410F72) is unknown color: approx Persian Indigo. HEX triplet: 41, 0F and 72. RGB value is (65,15,114). Sum of RGB (Red+Green+Blue) = 65+15+114=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #410F72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410F72 is #BEF08D. Grayscale: #282828. Windows color (decimal): -12513422 or 7475009. OLE color: 7475009.

HSL color Cylindrical-coordinate representation of color #410F72: hue angle of 270.3º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #410F72 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6515114-
CMYK0.430.8700.55
HSL270.3º76.74%25.29%-
HSV(B)270.3º86.84%44.71%-
XYZ5.392.6816.15-
YUV41.24169.06144.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 15 (6.25% from 255) = 7.73%
BLUE value IS 114 (44.92% from 255) = 58.76%
R=33.51%
G=7.73%
B=58.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65151140.430.8700.55270.376.7425.29
Hex41F722B5703710e4d19
Octal101171625312706741611531
Binary10000011111111001010101110101110110111100001110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410F72; }

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

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

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

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

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

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

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

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