#412A9E

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

Shades of Blue Gem #412A9E

Tints of Blue Gem #412A9E

Color information

#412A9E (or 0x412A9E) is unknown color: approx Blue Gem. HEX triplet: 41, 2A and 9E. RGB value is (65,42,158). Sum of RGB (Red+Green+Blue) = 65+42+158=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #412A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412A9E is #BED561. Grayscale: #3D3D3D. Windows color (decimal): -12506466 or 10365505. OLE color: 10365505.

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

Color convert

RGB6542158-
CMYK0.590.7300.38
HSL251.9º58%39.22%-
HSV(B)251.9º73.42%61.96%-
XYZ9.185.2532.88-
YUV62.1182.12130.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.53%
GREEN value IS 42 (16.80% from 255) = 15.85%
BLUE value IS 158 (62.11% from 255) = 59.62%
R=24.53%
G=15.85%
B=59.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65421580.590.7300.38251.95839.22
Hex412A9E3B49026fc3a27
Octal10152236731110463747247
Binary1000001101010100111101110111001001010011011111100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412A9E; }

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

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

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

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

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

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

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

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