#412FAA

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

Shades of Blue Gem #412FAA

Tints of Blue Gem #412FAA

Color information

#412FAA (or 0x412FAA) is unknown color: approx Blue Gem. HEX triplet: 41, 2F and AA. RGB value is (65,47,170). Sum of RGB (Red+Green+Blue) = 65+47+170=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #412FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412FAA is #BED055. Grayscale: #414141. Windows color (decimal): -12505174 or 11153217. OLE color: 11153217.

HSL color Cylindrical-coordinate representation of color #412FAA: hue angle of 248.78º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #412FAA is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6547170-
CMYK0.620.7200.33
HSL248.78º56.68%42.55%-
HSV(B)248.78º72.35%66.67%-
XYZ10.456.0638.65-
YUV66.4186.46127-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 47 (18.75% from 255) = 16.67%
BLUE value IS 170 (66.80% from 255) = 60.28%
R=23.05%
G=16.67%
B=60.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65471700.620.7200.33248.7856.6842.55
Hex412FAA3E48021f9392b
Octal10157252761100413717153
Binary1000001101111101010101111101001000010000111111001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,47,170); }

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

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

 a { background-color: rgb(65,47,170); }

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

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

 span { border-color: rgb(65,47,170); }

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