#413AA8

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

Shades of Blue Gem #413AA8

Tints of Blue Gem #413AA8

Color information

#413AA8 (or 0x413AA8) is unknown color: approx Blue Gem. HEX triplet: 41, 3A and A8. RGB value is (65,58,168). Sum of RGB (Red+Green+Blue) = 65+58+168=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 168 (66.02% from 255 or 57.73% from 291); Max value from RGB is 168 - color contains mainly: blue. Hex color #413AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413AA8 is #BEC557. Grayscale: #484848. Windows color (decimal): -12502360 or 11024961. OLE color: 11024961.

HSL color Cylindrical-coordinate representation of color #413AA8: hue angle of 243.82º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #413AA8 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6558168-
CMYK0.610.6500.34
HSL243.82º48.67%44.31%-
HSV(B)243.82º65.48%65.88%-
XYZ10.766.9837.83-
YUV72.63181.82122.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.34%
GREEN value IS 58 (23.05% from 255) = 19.93%
BLUE value IS 168 (66.02% from 255) = 57.73%
R=22.34%
G=19.93%
B=57.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal65581680.610.6500.34243.8248.6744.31
Hex413AA83D41022f4312c
Octal10172250751010423646154
Binary1000001111010101010001111011000001010001011110100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413AA8; }

 p { color: rgb(65,58,168); }

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

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

 a { background-color: rgb(65,58,168); }

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

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

 span { border-color: rgb(65,58,168); }

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