Html Css Color HEX #41399D Blue Gem

📋 copy color: '#41399D'

red 65 ◦ green 57 ◦ blue 157

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

Shades of Blue Gem #41399D

Tints of Blue Gem #41399D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.27%

R = 23.3%
G = 20.43%
B = 56.27%

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

#41399D (or 0x41399D) is known color: Blue Gem. HEX triplet: 41, 39 and 9D. RGB value is (65,57,157). Sum of RGB (Red+Green+Blue) = 65+57+157=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #41399D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41399D is #BEC662. Grayscale: #464646. Windows color (decimal): -12502627 or 10303809. OLE color: 10303809.

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

Color convert

RGB 65 57 157 -
CMYK 0.59 0.64 0 0.38
HSL 244.8º 0.47% 0.42% -
HSV(B) 244.8º 0.64% 0.62% -
XYZ 9.73 6.48 32.64 -
YUV 70.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 65 57 157 0.59 0.64 0 0.38 244.8 0.47 0.42
Hex 41 39 9D 3B 40 0 26 F5 2F 2A
Octal 101 71 235 73 100 0 46 365 57 52
Binary 1000001 111001 10011101 111011 1000000 0 100110 11110101 101111 101010

Color Harmonies of #41399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41399D

Black with #41399D

Text Example


Text Example

White with #41399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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