#413298

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

Shades of Blue Gem #413298

Tints of Blue Gem #413298

Color information

#413298 (or 0x413298) is unknown color: approx Blue Gem. HEX triplet: 41, 32 and 98. RGB value is (65,50,152). Sum of RGB (Red+Green+Blue) = 65+50+152=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #413298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413298 is #BECD67. Grayscale: #414141. Windows color (decimal): -12504424 or 9974337. OLE color: 9974337.

HSL color Cylindrical-coordinate representation of color #413298: hue angle of 248.82º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #413298 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6550152-
CMYK0.570.6700.40
HSL248.82º50.5%39.61%-
HSV(B)248.82º67.11%59.61%-
XYZ8.995.6730.33-
YUV66.11176.47127.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.34%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 152 (59.77% from 255) = 56.93%
R=24.34%
G=18.73%
B=56.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65501520.570.6700.40248.8250.539.61
Hex4132983943028f93228
Octal10162230711030503716250
Binary1000001110010100110001110011000011010100011111001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413298; }

 p { color: rgb(65,50,152); }

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

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

 a { background-color: rgb(65,50,152); }

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

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

 span { border-color: rgb(65,50,152); }

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