#413AAC

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

Shades of Blue Gem #413AAC

Tints of Blue Gem #413AAC

Color information

#413AAC (or 0x413AAC) is unknown color: approx Blue Gem. HEX triplet: 41, 3A and AC. RGB value is (65,58,172). Sum of RGB (Red+Green+Blue) = 65+58+172=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #413AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413AAC is #BEC553. Grayscale: #484848. Windows color (decimal): -12502356 or 11287105. OLE color: 11287105.

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

Color convert

RGB6558172-
CMYK0.620.6600.33
HSL243.68º49.57%45.1%-
HSV(B)243.68º66.28%67.45%-
XYZ11.147.1339.82-
YUV73.09183.82122.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 172 (67.58% from 255) = 58.31%
R=22.03%
G=19.66%
B=58.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65581720.620.6600.33243.6849.5745.1
Hex413AAC3E42021f4322d
Octal10172254761020413646255
Binary1000001111010101011001111101000010010000111110100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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