#41187B

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

Shades of Persian Indigo #41187B

Tints of Persian Indigo #41187B

Color information

#41187B (or 0x41187B) is unknown color: approx Persian Indigo. HEX triplet: 41, 18 and 7B. RGB value is (65,24,123). Sum of RGB (Red+Green+Blue) = 65+24+123=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #41187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41187B is #BEE784. Grayscale: #2F2F2F. Windows color (decimal): -12511109 or 8067137. OLE color: 8067137.

HSL color Cylindrical-coordinate representation of color #41187B: hue angle of 264.85º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41187B is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6524123-
CMYK0.470.8000.52
HSL264.85º67.35%28.82%-
HSV(B)264.85º80.49%48.24%-
XYZ6.083.2119.04-
YUV47.54170.58140.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 123 (48.44% from 255) = 58.02%
R=30.66%
G=11.32%
B=58.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65241230.470.8000.52264.8567.3528.82
Hex41187B2F50034109431d
Octal101301735712006441110335
Binary100000111000111101110111110100000110100100001001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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