Html Css Color HEX #41249C Blue Gem

📋 copy color: '#41249C'

red 65 ◦ green 36 ◦ blue 156

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

Shades of Blue Gem #41249C

Tints of Blue Gem #41249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.7%

R = 25.29%
G = 14.01%
B = 60.7%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41249C (or 0x41249C) is known color: Blue Gem. HEX triplet: 41, 24 and 9C. RGB value is (65,36,156). Sum of RGB (Red+Green+Blue) = 65+36+156=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #41249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41249C is #BEDB63. Grayscale: #393939. Windows color (decimal): -12508004 or 10232897. OLE color: 10232897.

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

Color convert

RGB 65 36 156 -
CMYK 0.58 0.77 0 0.39
HSL 254.5º 0.63% 0.38% -
HSV(B) 254.5º 0.77% 0.61% -
XYZ 8.81 4.79 31.91 -
YUV 58.35 183.11 132.74 -
System Red Green Blue C M Y K H S L
Decimal 65 36 156 0.58 0.77 0 0.39 254.5 0.63 0.38
Hex 41 24 9C 3A 4D 0 27 FE 3E 26
Octal 101 44 234 72 115 0 47 376 76 46
Binary 1000001 100100 10011100 111010 1001101 0 100111 11111110 111110 100110

Color Harmonies of #41249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41249C

Black with #41249C

Text Example


Text Example

White with #41249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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