Html Css Color HEX #413496 Blue Gem

📋 copy color: '#413496'

red 65 ◦ green 52 ◦ blue 150

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

Shades of Blue Gem #413496

Tints of Blue Gem #413496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.48%

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

R = 24.34%
G = 19.48%
B = 56.18%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#413496 (or 0x413496) is known color: Blue Gem. HEX triplet: 41, 34 and 96. RGB value is (65,52,150). Sum of RGB (Red+Green+Blue) = 65+52+150=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #413496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413496 is #BECB69. Grayscale: #424242. Windows color (decimal): -12503914 or 9843777. OLE color: 9843777.

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

Color convert

RGB 65 52 150 -
CMYK 0.57 0.65 0 0.41
HSL 247.96º 0.49% 0.4% -
HSV(B) 247.96º 0.65% 0.59% -
XYZ 8.91 5.78 29.5 -
YUV 67.06 174.81 126.53 -
System Red Green Blue C M Y K H S L
Decimal 65 52 150 0.57 0.65 0 0.41 247.96 0.49 0.4
Hex 41 34 96 39 41 0 29 F8 31 28
Octal 101 64 226 71 101 0 51 370 61 50
Binary 1000001 110100 10010110 111001 1000001 0 101001 11111000 110001 101000

Color Harmonies of #413496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413496

Black with #413496

Text Example


Text Example

White with #413496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413496; }

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

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

background-color css

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

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

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

border-color css

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

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

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