#413BAD

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

Shades of Blue Gem #413BAD

Tints of Blue Gem #413BAD

Color information

#413BAD (or 0x413BAD) is unknown color: approx Blue Gem. HEX triplet: 41, 3B and AD. RGB value is (65,59,173). Sum of RGB (Red+Green+Blue) = 65+59+173=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #413BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413BAD is #BEC452. Grayscale: #494949. Windows color (decimal): -12502099 or 11352897. OLE color: 11352897.

HSL color Cylindrical-coordinate representation of color #413BAD: hue angle of 243.16º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413BAD is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6559173-
CMYK0.620.6600.32
HSL243.16º49.14%45.49%-
HSV(B)243.16º65.9%67.84%-
XYZ11.297.2740.34-
YUV73.79183.99121.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 59 (23.44% from 255) = 19.87%
BLUE value IS 173 (67.97% from 255) = 58.25%
R=21.89%
G=19.87%
B=58.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65591730.620.6600.32243.1649.1445.49
Hex413BAD3E42020f3312d
Octal10173255761020403636155
Binary1000001111011101011011111101000010010000011110011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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