#412793

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

Shades of Blue Gem #412793

Tints of Blue Gem #412793

Color information

#412793 (or 0x412793) is unknown color: approx Blue Gem. HEX triplet: 41, 27 and 93. RGB value is (65,39,147). Sum of RGB (Red+Green+Blue) = 65+39+147=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #412793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412793 is #BED86C. Grayscale: #3A3A3A. Windows color (decimal): -12507245 or 9643841. OLE color: 9643841.

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

Color convert

RGB6539147-
CMYK0.560.7300.42
HSL254.44º58.06%36.47%-
HSV(B)254.44º73.47%57.65%-
XYZ8.174.6828.08-
YUV59.09177.61132.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.90%
GREEN value IS 39 (15.62% from 255) = 15.54%
BLUE value IS 147 (57.81% from 255) = 58.57%
R=25.90%
G=15.54%
B=58.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65391470.560.7300.42254.4458.0636.47
Hex412793384902Afe3a24
Octal10147223701110523767244
Binary1000001100111100100111110001001001010101011111110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412793; }

 p { color: rgb(65,39,147); }

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

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

 a { background-color: rgb(65,39,147); }

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

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

 span { border-color: rgb(65,39,147); }

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