Html Css Color HEX #41399F Blue Gem

📋 copy color: '#41399F'

red 65 ◦ green 57 ◦ blue 159

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

Shades of Blue Gem #41399F

Tints of Blue Gem #41399F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.28%

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

R = 23.13%
G = 20.28%
B = 56.58%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41399F (or 0x41399F) is known color: Blue Gem. HEX triplet: 41, 39 and 9F. RGB value is (65,57,159). Sum of RGB (Red+Green+Blue) = 65+57+159=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #41399F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41399F is #BEC660. Grayscale: #464646. Windows color (decimal): -12502625 or 10434881. OLE color: 10434881.

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

Color convert

RGB 65 57 159 -
CMYK 0.59 0.64 0 0.38
HSL 244.71º 0.47% 0.42% -
HSV(B) 244.71º 0.64% 0.62% -
XYZ 9.9 6.55 33.54 -
YUV 71.02 177.65 123.71 -
System Red Green Blue C M Y K H S L
Decimal 65 57 159 0.59 0.64 0 0.38 244.71 0.47 0.42
Hex 41 39 9F 3B 40 0 26 F5 2F 2A
Octal 101 71 237 73 100 0 46 365 57 52
Binary 1000001 111001 10011111 111011 1000000 0 100110 11110101 101111 101010

Color Harmonies of #41399F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41399F

Black with #41399F

Text Example


Text Example

White with #41399F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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