Html Css Color HEX #41389E Blue Gem

📋 copy color: '#41389E'

red 65 ◦ green 56 ◦ blue 158

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

Shades of Blue Gem #41389E

Tints of Blue Gem #41389E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.07%

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

R = 23.3%
G = 20.07%
B = 56.63%

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

#41389E (or 0x41389E) is known color: Blue Gem. HEX triplet: 41, 38 and 9E. RGB value is (65,56,158). Sum of RGB (Red+Green+Blue) = 65+56+158=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #41389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41389E is #BEC761. Grayscale: #454545. Windows color (decimal): -12502882 or 10369089. OLE color: 10369089.

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

Color convert

RGB 65 56 158 -
CMYK 0.59 0.65 0 0.38
HSL 245.29º 0.48% 0.42% -
HSV(B) 245.29º 0.65% 0.62% -
XYZ 9.77 6.42 33.07 -
YUV 70.32 177.48 124.21 -
System Red Green Blue C M Y K H S L
Decimal 65 56 158 0.59 0.65 0 0.38 245.29 0.48 0.42
Hex 41 38 9E 3B 41 0 26 F5 30 2A
Octal 101 70 236 73 101 0 46 365 60 52
Binary 1000001 111000 10011110 111011 1000001 0 100110 11110101 110000 101010

Color Harmonies of #41389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41389E

Black with #41389E

Text Example


Text Example

White with #41389E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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