Html Css Color HEX #41379F Blue Gem

📋 copy color: '#41379F'

red 65 ◦ green 55 ◦ blue 159

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

Shades of Blue Gem #41379F

Tints of Blue Gem #41379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.71%

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

R = 23.3%
G = 19.71%
B = 56.99%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41379F (or 0x41379F) is known color: Blue Gem. HEX triplet: 41, 37 and 9F. RGB value is (65,55,159). Sum of RGB (Red+Green+Blue) = 65+55+159=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #41379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41379F is #BEC860. Grayscale: #454545. Windows color (decimal): -12503137 or 10434369. OLE color: 10434369.

HSL color Cylindrical-coordinate representation of color #41379F: hue angle of 245.77º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41379F is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 55 159 -
CMYK 0.59 0.65 0 0.38
HSL 245.77º 0.49% 0.42% -
HSV(B) 245.77º 0.65% 0.62% -
XYZ 9.8 6.36 33.51 -
YUV 69.85 178.31 124.54 -
System Red Green Blue C M Y K H S L
Decimal 65 55 159 0.59 0.65 0 0.38 245.77 0.49 0.42
Hex 41 37 9F 3B 41 0 26 F6 31 2A
Octal 101 67 237 73 101 0 46 366 61 52
Binary 1000001 110111 10011111 111011 1000001 0 100110 11110110 110001 101010

Color Harmonies of #41379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41379F

Black with #41379F

Text Example


Text Example

White with #41379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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