#413CAB

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

Shades of Blue Gem #413CAB

Tints of Blue Gem #413CAB

Color information

#413CAB (or 0x413CAB) is unknown color: approx Blue Gem. HEX triplet: 41, 3C and AB. RGB value is (65,60,171). Sum of RGB (Red+Green+Blue) = 65+60+171=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #413CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413CAB is #BEC354. Grayscale: #494949. Windows color (decimal): -12501845 or 11222081. OLE color: 11222081.

HSL color Cylindrical-coordinate representation of color #413CAB: hue angle of 242.7º 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 #413CAB is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6560171-
CMYK0.620.6500.33
HSL242.7º48.05%45.29%-
HSV(B)242.7º64.91%67.06%-
XYZ11.157.339.35-
YUV74.15182.66121.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.96%
GREEN value IS 60 (23.83% from 255) = 20.27%
BLUE value IS 171 (67.19% from 255) = 57.77%
R=21.96%
G=20.27%
B=57.77%

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
Decimal65601710.620.6500.33242.748.0545.29
Hex413CAB3E41021f3302d
Octal10174253761010413636055
Binary1000001111100101010111111101000001010000111110011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,60,171); }

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

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

 a { background-color: rgb(65,60,171); }

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

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

 span { border-color: rgb(65,60,171); }

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