#41258F

Color #41258F Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #41258F

Tints of Blue Gem #41258F

Color information

#41258F (or 0x41258F) is unknown color: approx Blue Gem. HEX triplet: 41, 25 and 8F. RGB value is (65,37,143). Sum of RGB (Red+Green+Blue) = 65+37+143=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #41258F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41258F is #BEDA70. Grayscale: #393939. Windows color (decimal): -12507761 or 9381185. OLE color: 9381185.

HSL color Cylindrical-coordinate representation of color #41258F: hue angle of 255.85º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41258F is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6537143-
CMYK0.550.7400.44
HSL255.85º58.89%35.29%-
HSV(B)255.85º74.13%56.08%-
XYZ7.84.4326.43-
YUV57.46176.28133.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 143 (56.25% from 255) = 58.37%
R=26.53%
G=15.10%
B=58.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65371430.550.7400.44255.8558.8935.29
Hex41258F374A02C1003b23
Octal10145217671120544007343
Binary10000011001011000111111011110010100101100100000000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41258F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,37,143); }

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

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

 a { background-color: rgb(65,37,143); }

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

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

 span { border-color: rgb(65,37,143); }

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