#413194

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

Shades of Blue Gem #413194

Tints of Blue Gem #413194

Color information

#413194 (or 0x413194) is unknown color: approx Blue Gem. HEX triplet: 41, 31 and 94. RGB value is (65,49,148). Sum of RGB (Red+Green+Blue) = 65+49+148=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #413194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413194 is #BECE6B. Grayscale: #404040. Windows color (decimal): -12504684 or 9711937. OLE color: 9711937.

HSL color Cylindrical-coordinate representation of color #413194: hue angle of 249.7º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #413194 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6549148-
CMYK0.560.6700.42
HSL249.7º50.25%38.63%-
HSV(B)249.7º66.89%58.04%-
XYZ8.625.4628.62-
YUV65.07174.8127.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 49 (19.53% from 255) = 18.70%
BLUE value IS 148 (58.20% from 255) = 56.49%
R=24.81%
G=18.70%
B=56.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65491480.560.6700.42249.750.2538.63
Hex413194384302Afa3227
Octal10161224701030523726247
Binary1000001110001100101001110001000011010101011111010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413194; }

 p { color: rgb(65,49,148); }

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

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

 a { background-color: rgb(65,49,148); }

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

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

 span { border-color: rgb(65,49,148); }

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