Html Css Color HEX #41259F Blue Gem

📋 copy color: '#41259F'

red 65 ◦ green 37 ◦ blue 159

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

Shades of Blue Gem #41259F

Tints of Blue Gem #41259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.18%

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

R = 24.9%
G = 14.18%
B = 60.92%

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

#41259F (or 0x41259F) is known color: Blue Gem. HEX triplet: 41, 25 and 9F. RGB value is (65,37,159). Sum of RGB (Red+Green+Blue) = 65+37+159=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #41259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41259F is #BEDA60. Grayscale: #3A3A3A. Windows color (decimal): -12507745 or 10429761. OLE color: 10429761.

HSL color Cylindrical-coordinate representation of color #41259F: hue angle of 253.77º degrees, saturation: 0.62, 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 #41259F is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 37 159 -
CMYK 0.59 0.77 0 0.38
HSL 253.77º 0.62% 0.38% -
HSV(B) 253.77º 0.77% 0.62% -
XYZ 9.1 4.95 33.28 -
YUV 59.28 184.28 132.08 -
System Red Green Blue C M Y K H S L
Decimal 65 37 159 0.59 0.77 0 0.38 253.77 0.62 0.38
Hex 41 25 9F 3B 4D 0 26 FE 3E 26
Octal 101 45 237 73 115 0 46 376 76 46
Binary 1000001 100101 10011111 111011 1001101 0 100110 11111110 111110 100110

Color Harmonies of #41259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41259F

Black with #41259F

Text Example


Text Example

White with #41259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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