#412CB2

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

Shades of Blue Gem #412CB2

Tints of Blue Gem #412CB2

Color information

#412CB2 (or 0x412CB2) is unknown color: approx Blue Gem. HEX triplet: 41, 2C and B2. RGB value is (65,44,178). Sum of RGB (Red+Green+Blue) = 65+44+178=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 178 (69.92% from 255 or 62.02% from 287); Max value from RGB is 178 - color contains mainly: blue. Hex color #412CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412CB2 is #BED34D. Grayscale: #414141. Windows color (decimal): -12505934 or 11676737. OLE color: 11676737.

HSL color Cylindrical-coordinate representation of color #412CB2: hue angle of 249.4º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412CB2 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6544178-
CMYK0.630.7500.30
HSL249.4º60.36%43.53%-
HSV(B)249.4º75.28%69.8%-
XYZ11.126.1442.72-
YUV65.56191.46127.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.65%
GREEN value IS 44 (17.58% from 255) = 15.33%
BLUE value IS 178 (69.92% from 255) = 62.02%
R=22.65%
G=15.33%
B=62.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal65441780.630.7500.30249.460.3643.53
Hex412CB23F4B01Ef93c2c
Octal10154262771130363717454
Binary100000110110010110010111111100101101111011111001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,44,178); }

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

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

 a { background-color: rgb(65,44,178); }

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

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

 span { border-color: rgb(65,44,178); }

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