#412B8A

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

Shades of Blue Gem #412B8A

Tints of Blue Gem #412B8A

Color information

#412B8A (or 0x412B8A) is unknown color: approx Blue Gem. HEX triplet: 41, 2B and 8A. RGB value is (65,43,138). Sum of RGB (Red+Green+Blue) = 65+43+138=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #412B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412B8A is #BED475. Grayscale: #3C3C3C. Windows color (decimal): -12506230 or 9055041. OLE color: 9055041.

HSL color Cylindrical-coordinate representation of color #412B8A: hue angle of 253.89º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #412B8A is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6543138-
CMYK0.530.6900.46
HSL253.89º52.49%35.49%-
HSV(B)253.89º68.84%54.12%-
XYZ7.634.6924.55-
YUV60.41171.79131.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 43 (17.19% from 255) = 17.48%
BLUE value IS 138 (54.30% from 255) = 56.10%
R=26.42%
G=17.48%
B=56.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65431380.530.6900.46253.8952.4935.49
Hex412B8A354502Efe3423
Octal10153212651050563766443
Binary1000001101011100010101101011000101010111011111110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412B8A; }

 p { color: rgb(65,43,138); }

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

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

 a { background-color: rgb(65,43,138); }

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

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

 span { border-color: rgb(65,43,138); }

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