Html Css Color HEX #41399E Blue Gem

📋 copy color: '#41399E'

red 65 ◦ green 57 ◦ blue 158

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

Shades of Blue Gem #41399E

Tints of Blue Gem #41399E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 56.43%

R = 23.21%
G = 20.36%
B = 56.43%

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

#41399E (or 0x41399E) is known color: Blue Gem. HEX triplet: 41, 39 and 9E. RGB value is (65,57,158). Sum of RGB (Red+Green+Blue) = 65+57+158=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #41399E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41399E is #BEC661. Grayscale: #464646. Windows color (decimal): -12502626 or 10369345. OLE color: 10369345.

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

Color convert

RGB 65 57 158 -
CMYK 0.59 0.64 0 0.38
HSL 244.75º 0.47% 0.42% -
HSV(B) 244.75º 0.64% 0.62% -
XYZ 9.81 6.52 33.09 -
YUV 70.91 177.15 123.79 -
System Red Green Blue C M Y K H S L
Decimal 65 57 158 0.59 0.64 0 0.38 244.75 0.47 0.42
Hex 41 39 9E 3B 40 0 26 F5 2F 2A
Octal 101 71 236 73 100 0 46 365 57 52
Binary 1000001 111001 10011110 111011 1000000 0 100110 11110101 101111 101010

Color Harmonies of #41399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41399E

Black with #41399E

Text Example


Text Example

White with #41399E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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