Html Css Color HEX #412496 Blue Gem

📋 copy color: '#412496'

red 65 ◦ green 36 ◦ blue 150

#412496
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #412496

Tints of Blue Gem #412496

RGB

 RED value IS 65 (25.78% from 255) = 25.9%

 GREEN value IS 36 (14.45% from 255) = 14.34%

 BLUE value IS 150 (58.98% from 255) = 59.76%

R = 25.9%
G = 14.34%
B = 59.76%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#412496 (or 0x412496) is known color: Blue Gem. HEX triplet: 41, 24 and 96. RGB value is (65,36,150). Sum of RGB (Red+Green+Blue) = 65+36+150=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #412496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412496 is #BEDB69. Grayscale: #393939. Windows color (decimal): -12508010 or 9839681. OLE color: 9839681.

HSL color Cylindrical-coordinate representation of color #412496: hue angle of 255.26º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #412496 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 36 150 -
CMYK 0.57 0.76 0 0.41
HSL 255.26º 0.61% 0.36% -
HSV(B) 255.26º 0.76% 0.59% -
XYZ 8.32 4.59 29.3 -
YUV 57.67 180.11 133.23 -
System Red Green Blue C M Y K H S L
Decimal 65 36 150 0.57 0.76 0 0.41 255.26 0.61 0.36
Hex 41 24 96 39 4C 0 29 FF 3D 24
Octal 101 44 226 71 114 0 51 377 75 44
Binary 1000001 100100 10010110 111001 1001100 0 101001 11111111 111101 100100

Color Harmonies of #412496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412496

Black with #412496

Text Example


Text Example

White with #412496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412496; }

 p { color: rgb(65,36,150); }

 H1.HeaderClassName
 {
   color: #412496;
 }
 .AnyTagClassName
 {
   color: #412496;
 }
</style>

background-color css

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

 a { background-color: rgb(65,36,150); }

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

border-color css

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

 span { border-color: rgb(65,36,150); }

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