Html Css Color HEX #413191 Blue Gem

📋 copy color: '#413191'

red 65 ◦ green 49 ◦ blue 145

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

Shades of Blue Gem #413191

Tints of Blue Gem #413191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.98%

R = 25.1%
G = 18.92%
B = 55.98%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#413191 (or 0x413191) is known color: Blue Gem. HEX triplet: 41, 31 and 91. RGB value is (65,49,145). Sum of RGB (Red+Green+Blue) = 65+49+145=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #413191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413191 is #BECE6E. Grayscale: #404040. Windows color (decimal): -12504687 or 9515329. OLE color: 9515329.

HSL color Cylindrical-coordinate representation of color #413191: hue angle of 250º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413191 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 49 145 -
CMYK 0.55 0.66 0 0.43
HSL 250º 0.49% 0.38% -
HSV(B) 250º 0.66% 0.57% -
XYZ 8.39 5.36 27.38 -
YUV 64.73 173.3 128.19 -
System Red Green Blue C M Y K H S L
Decimal 65 49 145 0.55 0.66 0 0.43 250 0.49 0.38
Hex 41 31 91 37 42 0 2B FA 31 26
Octal 101 61 221 67 102 0 53 372 61 46
Binary 1000001 110001 10010001 110111 1000010 0 101011 11111010 110001 100110

Color Harmonies of #413191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413191

Black with #413191

Text Example


Text Example

White with #413191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413191; }

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

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

background-color css

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

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

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

border-color css

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

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

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