#412699

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

Shades of Blue Gem #412699

Tints of Blue Gem #412699

Color information

#412699 (or 0x412699) is unknown color: approx Blue Gem. HEX triplet: 41, 26 and 99. RGB value is (65,38,153). Sum of RGB (Red+Green+Blue) = 65+38+153=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #412699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412699 is #BED966. Grayscale: #3A3A3A. Windows color (decimal): -12507495 or 10036801. OLE color: 10036801.

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

Color convert

RGB6538153-
CMYK0.580.7500.4
HSL254.09º60.21%37.45%-
HSV(B)254.09º75.16%60%-
XYZ8.624.8130.61-
YUV59.18180.95132.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.39%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 153 (60.16% from 255) = 59.77%
R=25.39%
G=14.84%
B=59.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65381530.580.7500.4254.0960.2137.45
Hex4126993A4B028fe3c25
Octal10146231721130503767445
Binary1000001100110100110011110101001011010100011111110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412699; }

 p { color: rgb(65,38,153); }

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

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

 a { background-color: rgb(65,38,153); }

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

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

 span { border-color: rgb(65,38,153); }

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