Html Css Color HEX #41319F Blue Gem

📋 copy color: '#41319F'

red 65 ◦ green 49 ◦ blue 159

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

Shades of Blue Gem #41319F

Tints of Blue Gem #41319F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.24%

R = 23.81%
G = 17.95%
B = 58.24%

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

#41319F (or 0x41319F) is known color: Blue Gem. HEX triplet: 41, 31 and 9F. RGB value is (65,49,159). Sum of RGB (Red+Green+Blue) = 65+49+159=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #41319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41319F is #BECE60. Grayscale: #414141. Windows color (decimal): -12504673 or 10432833. OLE color: 10432833.

HSL color Cylindrical-coordinate representation of color #41319F: hue angle of 248.73º 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 #41319F is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 49 159 -
CMYK 0.59 0.69 0 0.38
HSL 248.73º 0.53% 0.41% -
HSV(B) 248.73º 0.69% 0.62% -
XYZ 9.54 5.82 33.42 -
YUV 66.32 180.3 127.06 -
System Red Green Blue C M Y K H S L
Decimal 65 49 159 0.59 0.69 0 0.38 248.73 0.53 0.41
Hex 41 31 9F 3B 45 0 26 F9 35 29
Octal 101 61 237 73 105 0 46 371 65 51
Binary 1000001 110001 10011111 111011 1000101 0 100110 11111001 110101 101001

Color Harmonies of #41319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41319F

Black with #41319F

Text Example


Text Example

White with #41319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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