Html Css Color HEX #41319B Blue Gem

📋 copy color: '#41319B'

red 65 ◦ green 49 ◦ blue 155

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

Shades of Blue Gem #41319B

Tints of Blue Gem #41319B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.62%

R = 24.16%
G = 18.22%
B = 57.62%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41319B (or 0x41319B) is known color: Blue Gem. HEX triplet: 41, 31 and 9B. RGB value is (65,49,155). Sum of RGB (Red+Green+Blue) = 65+49+155=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #41319B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41319B is #BECE64. Grayscale: #414141. Windows color (decimal): -12504677 or 10170689. OLE color: 10170689.

HSL color Cylindrical-coordinate representation of color #41319B: hue angle of 249.06º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41319B is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 49 155 -
CMYK 0.58 0.68 0 0.39
HSL 249.06º 0.52% 0.4% -
HSV(B) 249.06º 0.68% 0.61% -
XYZ 9.19 5.69 31.62 -
YUV 65.87 178.3 127.38 -
System Red Green Blue C M Y K H S L
Decimal 65 49 155 0.58 0.68 0 0.39 249.06 0.52 0.4
Hex 41 31 9B 3A 44 0 27 F9 34 28
Octal 101 61 233 72 104 0 47 371 64 50
Binary 1000001 110001 10011011 111010 1000100 0 100111 11111001 110100 101000

Color Harmonies of #41319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41319B

Black with #41319B

Text Example


Text Example

White with #41319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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