Html Css Color HEX #41329F Blue Gem

📋 copy color: '#41329F'

red 65 ◦ green 50 ◦ blue 159

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

Shades of Blue Gem #41329F

Tints of Blue Gem #41329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.25%

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

R = 23.72%
G = 18.25%
B = 58.03%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41329F (or 0x41329F) is known color: Blue Gem. HEX triplet: 41, 32 and 9F. RGB value is (65,50,159). Sum of RGB (Red+Green+Blue) = 65+50+159=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #41329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41329F is #BECD60. Grayscale: #424242. Windows color (decimal): -12504417 or 10433089. OLE color: 10433089.

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

Color convert

RGB 65 50 159 -
CMYK 0.59 0.69 0 0.38
HSL 248.26º 0.52% 0.41% -
HSV(B) 248.26º 0.69% 0.62% -
XYZ 9.58 5.91 33.44 -
YUV 66.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 65 50 159 0.59 0.69 0 0.38 248.26 0.52 0.41
Hex 41 32 9F 3B 45 0 26 F8 34 29
Octal 101 62 237 73 105 0 46 370 64 51
Binary 1000001 110010 10011111 111011 1000101 0 100110 11111000 110100 101001

Color Harmonies of #41329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41329F

Black with #41329F

Text Example


Text Example

White with #41329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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