#41279e

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

Shades of Blue Gem #41279E

Tints of Blue Gem #41279E

Color information

#41279E (or 0x41279E) is unknown color: approx Blue Gem. HEX triplet: 41, 27 and 9E. RGB value is (65,39,158). Sum of RGB (Red+Green+Blue) = 65+39+158=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #41279E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41279E is #BED861. Grayscale: #3B3B3B. Windows color (decimal): -12507234 or 10364737. OLE color: 10364737.

HSL color Cylindrical-coordinate representation of color #41279E: hue angle of 253.11º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41279E is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6539158-
CMYK0.590.7500.38
HSL253.11º60.41%38.63%-
HSV(B)253.11º75.32%61.96%-
XYZ9.085.0432.84-
YUV60.34183.11131.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 39 (15.62% from 255) = 14.89%
BLUE value IS 158 (62.11% from 255) = 60.31%
R=24.81%
G=14.89%
B=60.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65391580.590.7500.38253.1160.4138.63
Hex41279E3B4B026fd3c27
Octal10147236731130463757447
Binary1000001100111100111101110111001011010011011111101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41279e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41279e; }

 p { color: rgb(65,39,158); }

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

<style>
 a { background-color: #41279e; }

 a { background-color: rgb(65,39,158); }

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

<style>
 span { border-color: #41279e; }

 span { border-color: rgb(65,39,158); }

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