#41147F

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

Shades of Persian Indigo #41147F

Tints of Persian Indigo #41147F

Color information

#41147F (or 0x41147F) is unknown color: approx Persian Indigo. HEX triplet: 41, 14 and 7F. RGB value is (65,20,127). Sum of RGB (Red+Green+Blue) = 65+20+127=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #41147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41147F is #BEEB80. Grayscale: #2D2D2D. Windows color (decimal): -12512129 or 8328257. OLE color: 8328257.

HSL color Cylindrical-coordinate representation of color #41147F: hue angle of 265.23º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41147F is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6520127-
CMYK0.490.8400.50
HSL265.23º72.79%28.82%-
HSV(B)265.23º84.25%49.8%-
XYZ6.263.1620.36-
YUV45.65173.91141.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 20 (8.20% from 255) = 9.43%
BLUE value IS 127 (50% from 255) = 59.91%
R=30.66%
G=9.43%
B=59.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65201270.490.8400.50265.2372.7928.82
Hex41147F3154032109491d
Octal101241776112406241111135
Binary100000110100111111111000110101000110010100001001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41147F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41147F; }

 p { color: rgb(65,20,127); }

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

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

 a { background-color: rgb(65,20,127); }

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

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

 span { border-color: rgb(65,20,127); }

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