Html Css Color HEX #41319E Blue Gem

📋 copy color: '#41319E'

red 65 ◦ green 49 ◦ blue 158

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

Shades of Blue Gem #41319E

Tints of Blue Gem #41319E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 58.09%

R = 23.9%
G = 18.01%
B = 58.09%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41319E (or 0x41319E) is known color: Blue Gem. HEX triplet: 41, 31 and 9E. RGB value is (65,49,158). Sum of RGB (Red+Green+Blue) = 65+49+158=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #41319E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41319E is #BECE61. Grayscale: #414141. Windows color (decimal): -12504674 or 10367297. OLE color: 10367297.

HSL color Cylindrical-coordinate representation of color #41319E: hue angle of 248.81º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41319E is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 49 158 -
CMYK 0.59 0.69 0 0.38
HSL 248.81º 0.53% 0.41% -
HSV(B) 248.81º 0.69% 0.62% -
XYZ 9.45 5.79 32.97 -
YUV 66.21 179.8 127.14 -
System Red Green Blue C M Y K H S L
Decimal 65 49 158 0.59 0.69 0 0.38 248.81 0.53 0.41
Hex 41 31 9E 3B 45 0 26 F9 35 29
Octal 101 61 236 73 105 0 46 371 65 51
Binary 1000001 110001 10011110 111011 1000101 0 100110 11111001 110101 101001

Color Harmonies of #41319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41319E

Black with #41319E

Text Example


Text Example

White with #41319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41319E; }

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

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

background-color css

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

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

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

border-color css

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

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

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