Html Css Color HEX #41299D Blue Gem

📋 copy color: '#41299D'

red 65 ◦ green 41 ◦ blue 157

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

Shades of Blue Gem #41299D

Tints of Blue Gem #41299D

RGB

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

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

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

R = 24.71%
G = 15.59%
B = 59.7%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41299D (or 0x41299D) is known color: Blue Gem. HEX triplet: 41, 29 and 9D. RGB value is (65,41,157). Sum of RGB (Red+Green+Blue) = 65+41+157=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #41299D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41299D is #BED662. Grayscale: #3C3C3C. Windows color (decimal): -12506723 or 10299713. OLE color: 10299713.

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

Color convert

RGB 65 41 157 -
CMYK 0.59 0.74 0 0.38
HSL 252.41º 0.59% 0.39% -
HSV(B) 252.41º 0.74% 0.62% -
XYZ 9.06 5.14 32.41 -
YUV 61.4 181.95 130.57 -
System Red Green Blue C M Y K H S L
Decimal 65 41 157 0.59 0.74 0 0.38 252.41 0.59 0.39
Hex 41 29 9D 3B 4A 0 26 FC 3B 27
Octal 101 51 235 73 112 0 46 374 73 47
Binary 1000001 101001 10011101 111011 1001010 0 100110 11111100 111011 100111

Color Harmonies of #41299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41299D

Black with #41299D

Text Example


Text Example

White with #41299D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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