#41107D

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

Shades of Persian Indigo #41107D

Tints of Persian Indigo #41107D

Color information

#41107D (or 0x41107D) is unknown color: approx Persian Indigo. HEX triplet: 41, 10 and 7D. RGB value is (65,16,125). Sum of RGB (Red+Green+Blue) = 65+16+125=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #41107D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41107D is #BEEF82. Grayscale: #2A2A2A. Windows color (decimal): -12513155 or 8196161. OLE color: 8196161.

HSL color Cylindrical-coordinate representation of color #41107D: hue angle of 266.97º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #41107D is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6516125-
CMYK0.480.8700.51
HSL266.97º77.3%27.65%-
HSV(B)266.97º87.2%49.02%-
XYZ6.072.9819.66-
YUV43.08174.23143.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 16 (6.64% from 255) = 7.77%
BLUE value IS 125 (49.22% from 255) = 60.68%
R=31.55%
G=7.77%
B=60.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65161250.480.8700.51266.9777.327.65
Hex41107D305703310b4d1c
Octal101201756012706341311534
Binary100000110000111110111000010101110110011100001011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41107D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41107D; }

 p { color: rgb(65,16,125); }

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

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

 a { background-color: rgb(65,16,125); }

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

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

 span { border-color: rgb(65,16,125); }

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