Html Css Color HEX #41329E Blue Gem

📋 copy color: '#41329E'

red 65 ◦ green 50 ◦ blue 158

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

Shades of Blue Gem #41329E

Tints of Blue Gem #41329E

RGB

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

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

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

R = 23.81%
G = 18.32%
B = 57.88%

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

#41329E (or 0x41329E) is known color: Blue Gem. HEX triplet: 41, 32 and 9E. RGB value is (65,50,158). Sum of RGB (Red+Green+Blue) = 65+50+158=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #41329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41329E is #BECD61. Grayscale: #424242. Windows color (decimal): -12504418 or 10367553. OLE color: 10367553.

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

Color convert

RGB 65 50 158 -
CMYK 0.59 0.68 0 0.38
HSL 248.33º 0.52% 0.41% -
HSV(B) 248.33º 0.68% 0.62% -
XYZ 9.49 5.87 32.98 -
YUV 66.8 179.47 126.72 -
System Red Green Blue C M Y K H S L
Decimal 65 50 158 0.59 0.68 0 0.38 248.33 0.52 0.41
Hex 41 32 9E 3B 44 0 26 F8 34 29
Octal 101 62 236 73 104 0 46 370 64 51
Binary 1000001 110010 10011110 111011 1000100 0 100110 11111000 110100 101001

Color Harmonies of #41329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41329E

Black with #41329E

Text Example


Text Example

White with #41329E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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