Html Css Color HEX #41249F Blue Gem

📋 copy color: '#41249F'

red 65 ◦ green 36 ◦ blue 159

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

Shades of Blue Gem #41249F

Tints of Blue Gem #41249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

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

R = 25%
G = 13.85%
B = 61.15%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41249F (or 0x41249F) is known color: Blue Gem. HEX triplet: 41, 24 and 9F. RGB value is (65,36,159). Sum of RGB (Red+Green+Blue) = 65+36+159=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #41249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41249F is #BEDB60. Grayscale: #3A3A3A. Windows color (decimal): -12508001 or 10429505. OLE color: 10429505.

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

Color convert

RGB 65 36 159 -
CMYK 0.59 0.77 0 0.38
HSL 254.15º 0.63% 0.38% -
HSV(B) 254.15º 0.77% 0.62% -
XYZ 9.07 4.89 33.27 -
YUV 58.69 184.61 132.5 -
System Red Green Blue C M Y K H S L
Decimal 65 36 159 0.59 0.77 0 0.38 254.15 0.63 0.38
Hex 41 24 9F 3B 4D 0 26 FE 3F 26
Octal 101 44 237 73 115 0 46 376 77 46
Binary 1000001 100100 10011111 111011 1001101 0 100110 11111110 111111 100110

Color Harmonies of #41249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41249F

Black with #41249F

Text Example


Text Example

White with #41249F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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