#41279C

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

Shades of Blue Gem #41279C

Tints of Blue Gem #41279C

Color information

#41279C (or 0x41279C) is unknown color: approx Blue Gem. HEX triplet: 41, 27 and 9C. RGB value is (65,39,156). Sum of RGB (Red+Green+Blue) = 65+39+156=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #41279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41279C is #BED863. Grayscale: #3B3B3B. Windows color (decimal): -12507236 or 10233665. OLE color: 10233665.

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

Color convert

RGB6539156-
CMYK0.580.7500.39
HSL253.33º60%38.24%-
HSV(B)253.33º75%61.18%-
XYZ8.914.9831.94-
YUV60.11182.11131.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 39 (15.62% from 255) = 15%
BLUE value IS 156 (61.33% from 255) = 60%
R=25%
G=15%
B=60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65391560.580.7500.39253.336038.24
Hex41279C3A4B027fd3c26
Octal10147234721130473757446
Binary1000001100111100111001110101001011010011111111101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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