#413DA2

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

Shades of Blue Gem #413DA2

Tints of Blue Gem #413DA2

Color information

#413DA2 (or 0x413DA2) is unknown color: approx Blue Gem. HEX triplet: 41, 3D and A2. RGB value is (65,61,162). Sum of RGB (Red+Green+Blue) = 65+61+162=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 162 (63.67% from 255 or 56.25% from 288); Max value from RGB is 162 - color contains mainly: blue. Hex color #413DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413DA2 is #BEC25D. Grayscale: #494949. Windows color (decimal): -12501598 or 10632513. OLE color: 10632513.

HSL color Cylindrical-coordinate representation of color #413DA2: hue angle of 242.38º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #413DA2 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6561162-
CMYK0.600.6200.36
HSL242.38º45.29%43.73%-
HSV(B)242.38º62.35%63.53%-
XYZ10.377.0735-
YUV73.71177.83121.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.57%
GREEN value IS 61 (24.22% from 255) = 21.18%
BLUE value IS 162 (63.67% from 255) = 56.25%
R=22.57%
G=21.18%
B=56.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal65611620.600.6200.36242.3845.2943.73
Hex413DA23C3E024f22d2c
Octal1017524274760443625554
Binary100000111110110100010111100111110010010011110010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,61,162); }

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

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

 a { background-color: rgb(65,61,162); }

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

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

 span { border-color: rgb(65,61,162); }

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