#41198E

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

Shades of Persian Indigo #41198E

Tints of Persian Indigo #41198E

Color information

#41198E (or 0x41198E) is unknown color: approx Persian Indigo. HEX triplet: 41, 19 and 8E. RGB value is (65,25,142). Sum of RGB (Red+Green+Blue) = 65+25+142=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #41198E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41198E is #BEE671. Grayscale: #313131. Windows color (decimal): -12510834 or 9312577. OLE color: 9312577.

HSL color Cylindrical-coordinate representation of color #41198E: hue angle of 260.51º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41198E is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6525142-
CMYK0.540.8200.44
HSL260.51º70.06%32.75%-
HSV(B)260.51º82.39%55.69%-
XYZ7.413.7725.93-
YUV50.3179.75138.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.02%
GREEN value IS 25 (10.16% from 255) = 10.78%
BLUE value IS 142 (55.86% from 255) = 61.21%
R=28.02%
G=10.78%
B=61.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65251420.540.8200.44260.5170.0632.75
Hex41198E365202C1054621
Octal101312166612205440510641
Binary10000011100110001110110110101001001011001000001011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41198E; }

 p { color: rgb(65,25,142); }

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

<style>
 a { background-color: #41198E; }

 a { background-color: rgb(65,25,142); }

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

<style>
 span { border-color: #41198E; }

 span { border-color: rgb(65,25,142); }

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