#413BAA

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

Shades of Blue Gem #413BAA

Tints of Blue Gem #413BAA

Color information

#413BAA (or 0x413BAA) is unknown color: approx Blue Gem. HEX triplet: 41, 3B and AA. RGB value is (65,59,170). Sum of RGB (Red+Green+Blue) = 65+59+170=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #413BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413BAA is #BEC455. Grayscale: #494949. Windows color (decimal): -12502102 or 11156289. OLE color: 11156289.

HSL color Cylindrical-coordinate representation of color #413BAA: hue angle of 243.24º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #413BAA is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6559170-
CMYK0.620.6500.33
HSL243.24º48.47%44.9%-
HSV(B)243.24º65.29%66.67%-
XYZ117.1538.83-
YUV73.45182.49121.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.11%
GREEN value IS 59 (23.44% from 255) = 20.07%
BLUE value IS 170 (66.80% from 255) = 57.82%
R=22.11%
G=20.07%
B=57.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65591700.620.6500.33243.2448.4744.9
Hex413BAA3E41021f3302d
Octal10173252761010413636055
Binary1000001111011101010101111101000001010000111110011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,59,170); }

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

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

 a { background-color: rgb(65,59,170); }

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

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

 span { border-color: rgb(65,59,170); }

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