#412A8B

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

Shades of Blue Gem #412A8B

Tints of Blue Gem #412A8B

Color information

#412A8B (or 0x412A8B) is unknown color: approx Blue Gem. HEX triplet: 41, 2A and 8B. RGB value is (65,42,139). Sum of RGB (Red+Green+Blue) = 65+42+139=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #412A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412A8B is #BED574. Grayscale: #3B3B3B. Windows color (decimal): -12506485 or 9120321. OLE color: 9120321.

HSL color Cylindrical-coordinate representation of color #412A8B: hue angle of 254.23º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #412A8B is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6542139-
CMYK0.530.7000.45
HSL254.23º53.59%35.49%-
HSV(B)254.23º69.78%54.51%-
XYZ7.674.6424.92-
YUV59.94172.62131.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 42 (16.80% from 255) = 17.07%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=26.42%
G=17.07%
B=56.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65421390.530.7000.45254.2353.5935.49
Hex412A8B354602Dfe3623
Octal10152213651060553766643
Binary1000001101010100010111101011000110010110111111110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,42,139); }

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

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

 a { background-color: rgb(65,42,139); }

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

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

 span { border-color: rgb(65,42,139); }

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