#41187D

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

Shades of Persian Indigo #41187D

Tints of Persian Indigo #41187D

Color information

#41187D (or 0x41187D) is unknown color: approx Persian Indigo. HEX triplet: 41, 18 and 7D. RGB value is (65,24,125). Sum of RGB (Red+Green+Blue) = 65+24+125=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #41187D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41187D is #BEE782. Grayscale: #2F2F2F. Windows color (decimal): -12511107 or 8198209. OLE color: 8198209.

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

Color convert

RGB6524125-
CMYK0.480.8100.51
HSL264.36º67.79%29.22%-
HSV(B)264.36º80.8%49.02%-
XYZ6.213.2619.7-
YUV47.77171.58140.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.37%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 125 (49.22% from 255) = 58.41%
R=30.37%
G=11.21%
B=58.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65241250.480.8100.51264.3667.7929.22
Hex41187D3051033108441d
Octal101301756012106341010435
Binary100000111000111110111000010100010110011100001000100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41187D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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