#41129B

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

Shades of Persian Indigo #41129B

Tints of Persian Indigo #41129B

Color information

#41129B (or 0x41129B) is unknown color: approx Persian Indigo. HEX triplet: 41, 12 and 9B. RGB value is (65,18,155). Sum of RGB (Red+Green+Blue) = 65+18+155=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #41129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41129B is #BEED64. Grayscale: #2F2F2F. Windows color (decimal): -12512613 or 10162753. OLE color: 10162753.

HSL color Cylindrical-coordinate representation of color #41129B: hue angle of 260.58º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41129B is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6518155-
CMYK0.580.8800.39
HSL260.58º79.19%33.92%-
HSV(B)260.58º88.39%60.78%-
XYZ8.313.9231.33-
YUV47.67188.57140.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.31%
GREEN value IS 18 (7.42% from 255) = 7.56%
BLUE value IS 155 (60.94% from 255) = 65.13%
R=27.31%
G=7.56%
B=65.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65181550.580.8800.39260.5879.1933.92
Hex41129B3A580271054f22
Octal101222337213004740511742
Binary10000011001010011011111010101100001001111000001011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,18,155); }

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

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

 a { background-color: rgb(65,18,155); }

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

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

 span { border-color: rgb(65,18,155); }

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