#41298E

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

Shades of Blue Gem #41298E

Tints of Blue Gem #41298E

Color information

#41298E (or 0x41298E) is unknown color: approx Blue Gem. HEX triplet: 41, 29 and 8E. RGB value is (65,41,142). Sum of RGB (Red+Green+Blue) = 65+41+142=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #41298E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41298E is #BED671. Grayscale: #3B3B3B. Windows color (decimal): -12506738 or 9316673. OLE color: 9316673.

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

Color convert

RGB6541142-
CMYK0.540.7100.44
HSL254.26º55.19%35.88%-
HSV(B)254.26º71.13%55.69%-
XYZ7.864.6626.08-
YUV59.69174.45131.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.21%
GREEN value IS 41 (16.41% from 255) = 16.53%
BLUE value IS 142 (55.86% from 255) = 57.26%
R=26.21%
G=16.53%
B=57.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65411420.540.7100.44254.2655.1935.88
Hex41298E364702Cfe3724
Octal10151216661070543766744
Binary1000001101001100011101101101000111010110011111110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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