#412792

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

Shades of Blue Gem #412792

Tints of Blue Gem #412792

Color information

#412792 (or 0x412792) is unknown color: approx Blue Gem. HEX triplet: 41, 27 and 92. RGB value is (65,39,146). Sum of RGB (Red+Green+Blue) = 65+39+146=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #412792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412792 is #BED86D. Grayscale: #3A3A3A. Windows color (decimal): -12507246 or 9578305. OLE color: 9578305.

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

Color convert

RGB6539146-
CMYK0.550.7300.43
HSL254.58º57.84%36.27%-
HSV(B)254.58º73.29%57.25%-
XYZ8.094.6527.67-
YUV58.97177.11132.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 39 (15.62% from 255) = 15.6%
BLUE value IS 146 (57.42% from 255) = 58.4%
R=26%
G=15.6%
B=58.4%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65391460.550.7300.43254.5857.8436.27
Hex412792374902Bff3a24
Octal10147222671110533777244
Binary1000001100111100100101101111001001010101111111111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412792; }

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

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

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

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

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

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

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

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