Html Css Color HEX #413296 Blue Gem

📋 copy color: '#413296'

red 65 ◦ green 50 ◦ blue 150

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

Shades of Blue Gem #413296

Tints of Blue Gem #413296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.87%

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

R = 24.53%
G = 18.87%
B = 56.6%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#413296 (or 0x413296) is known color: Blue Gem. HEX triplet: 41, 32 and 96. RGB value is (65,50,150). Sum of RGB (Red+Green+Blue) = 65+50+150=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #413296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413296 is #BECD69. Grayscale: #414141. Windows color (decimal): -12504426 or 9843265. OLE color: 9843265.

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

Color convert

RGB 65 50 150 -
CMYK 0.57 0.67 0 0.41
HSL 249º 0.5% 0.39% -
HSV(B) 249º 0.67% 0.59% -
XYZ 8.83 5.61 29.47 -
YUV 65.89 175.47 127.37 -
System Red Green Blue C M Y K H S L
Decimal 65 50 150 0.57 0.67 0 0.41 249 0.5 0.39
Hex 41 32 96 39 43 0 29 F9 32 27
Octal 101 62 226 71 103 0 51 371 62 47
Binary 1000001 110010 10010110 111001 1000011 0 101001 11111001 110010 100111

Color Harmonies of #413296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413296

Black with #413296

Text Example


Text Example

White with #413296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413296; }

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

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

background-color css

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

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

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

border-color css

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

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

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