Html Css Color HEX #41298D Blue Gem

📋 copy color: '#41298D'

red 65 ◦ green 41 ◦ blue 141

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

Shades of Blue Gem #41298D

Tints of Blue Gem #41298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.6%

 BLUE value IS 141 (55.47% from 255) = 57.09%

R = 26.32%
G = 16.6%
B = 57.09%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41298D (or 0x41298D) is known color: Blue Gem. HEX triplet: 41, 29 and 8D. RGB value is (65,41,141). Sum of RGB (Red+Green+Blue) = 65+41+141=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #41298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41298D is #BED672. Grayscale: #3B3B3B. Windows color (decimal): -12506739 or 9251137. OLE color: 9251137.

HSL color Cylindrical-coordinate representation of color #41298D: hue angle of 254.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41298D is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 41 141 -
CMYK 0.54 0.71 0 0.45
HSL 254.4º 0.55% 0.36% -
HSV(B) 254.4º 0.71% 0.55% -
XYZ 7.78 4.63 25.68 -
YUV 59.58 173.95 131.87 -
System Red Green Blue C M Y K H S L
Decimal 65 41 141 0.54 0.71 0 0.45 254.4 0.55 0.36
Hex 41 29 8D 36 47 0 2D FE 37 24
Octal 101 51 215 66 107 0 55 376 67 44
Binary 1000001 101001 10001101 110110 1000111 0 101101 11111110 110111 100100

Color Harmonies of #41298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41298D

Black with #41298D

Text Example


Text Example

White with #41298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,41,141); }

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

background-color css

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

 a { background-color: rgb(65,41,141); }

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

border-color css

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

 span { border-color: rgb(65,41,141); }

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