Html Css Color HEX #41339D Blue Gem

📋 copy color: '#41339D'

red 65 ◦ green 51 ◦ blue 157

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

Shades of Blue Gem #41339D

Tints of Blue Gem #41339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

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

R = 23.81%
G = 18.68%
B = 57.51%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41339D (or 0x41339D) is known color: Blue Gem. HEX triplet: 41, 33 and 9D. RGB value is (65,51,157). Sum of RGB (Red+Green+Blue) = 65+51+157=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #41339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41339D is #BECC62. Grayscale: #424242. Windows color (decimal): -12504163 or 10302273. OLE color: 10302273.

HSL color Cylindrical-coordinate representation of color #41339D: hue angle of 247.92º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41339D is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 51 157 -
CMYK 0.59 0.68 0 0.38
HSL 247.92º 0.51% 0.41% -
HSV(B) 247.92º 0.68% 0.62% -
XYZ 9.45 5.93 32.54 -
YUV 67.27 178.64 126.38 -
System Red Green Blue C M Y K H S L
Decimal 65 51 157 0.59 0.68 0 0.38 247.92 0.51 0.41
Hex 41 33 9D 3B 44 0 26 F8 33 29
Octal 101 63 235 73 104 0 46 370 63 51
Binary 1000001 110011 10011101 111011 1000100 0 100110 11111000 110011 101001

Color Harmonies of #41339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41339D

Black with #41339D

Text Example


Text Example

White with #41339D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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