Html Css Color HEX #413196 Blue Gem

📋 copy color: '#413196'

red 65 ◦ green 49 ◦ blue 150

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

Shades of Blue Gem #413196

Tints of Blue Gem #413196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.56%

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

R = 24.62%
G = 18.56%
B = 56.82%

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

#413196 (or 0x413196) is known color: Blue Gem. HEX triplet: 41, 31 and 96. RGB value is (65,49,150). Sum of RGB (Red+Green+Blue) = 65+49+150=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #413196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413196 is #BECE69. Grayscale: #404040. Windows color (decimal): -12504682 or 9843009. OLE color: 9843009.

HSL color Cylindrical-coordinate representation of color #413196: hue angle of 249.5º degrees, saturation: 0.51, 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 #413196 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 49 150 -
CMYK 0.57 0.67 0 0.41
HSL 249.5º 0.51% 0.39% -
HSV(B) 249.5º 0.67% 0.59% -
XYZ 8.78 5.52 29.46 -
YUV 65.3 175.8 127.79 -
System Red Green Blue C M Y K H S L
Decimal 65 49 150 0.57 0.67 0 0.41 249.5 0.51 0.39
Hex 41 31 96 39 43 0 29 FA 33 27
Octal 101 61 226 71 103 0 51 372 63 47
Binary 1000001 110001 10010110 111001 1000011 0 101001 11111010 110011 100111

Color Harmonies of #413196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413196

Black with #413196

Text Example


Text Example

White with #413196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413196; }

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

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

background-color css

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

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

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

border-color css

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

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

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