Html Css Color HEX #41299B Blue Gem

📋 copy color: '#41299B'

red 65 ◦ green 41 ◦ blue 155

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

Shades of Blue Gem #41299B

Tints of Blue Gem #41299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 59.39%

R = 24.9%
G = 15.71%
B = 59.39%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41299B (or 0x41299B) is known color: Blue Gem. HEX triplet: 41, 29 and 9B. RGB value is (65,41,155). Sum of RGB (Red+Green+Blue) = 65+41+155=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #41299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41299B is #BED664. Grayscale: #3C3C3C. Windows color (decimal): -12506725 or 10168641. OLE color: 10168641.

HSL color Cylindrical-coordinate representation of color #41299B: hue angle of 252.63º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41299B is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 41 155 -
CMYK 0.58 0.74 0 0.39
HSL 252.63º 0.58% 0.38% -
HSV(B) 252.63º 0.74% 0.61% -
XYZ 8.89 5.08 31.52 -
YUV 61.17 180.95 130.73 -
System Red Green Blue C M Y K H S L
Decimal 65 41 155 0.58 0.74 0 0.39 252.63 0.58 0.38
Hex 41 29 9B 3A 4A 0 27 FD 3A 26
Octal 101 51 233 72 112 0 47 375 72 46
Binary 1000001 101001 10011011 111010 1001010 0 100111 11111101 111010 100110

Color Harmonies of #41299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41299B

Black with #41299B

Text Example


Text Example

White with #41299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41299B; }

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

 H1.HeaderClassName
 {
   color: #41299B;
 }
 .AnyTagClassName
 {
   color: #41299B;
 }
</style>

background-color css

<style>
 a { background-color: #41299B; }

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

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

border-color css

<style>
 span { border-color: #41299B; }

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

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