Html Css Color HEX #41298F Blue Gem

📋 copy color: '#41298F'

red 65 ◦ green 41 ◦ blue 143

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

Shades of Blue Gem #41298F

Tints of Blue Gem #41298F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 57.43%

R = 26.1%
G = 16.47%
B = 57.43%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41298F (or 0x41298F) is known color: Blue Gem. HEX triplet: 41, 29 and 8F. RGB value is (65,41,143). Sum of RGB (Red+Green+Blue) = 65+41+143=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #41298F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41298F is #BED670. Grayscale: #3B3B3B. Windows color (decimal): -12506737 or 9382209. OLE color: 9382209.

HSL color Cylindrical-coordinate representation of color #41298F: hue angle of 254.12º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41298F is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 41 143 -
CMYK 0.55 0.71 0 0.44
HSL 254.12º 0.55% 0.36% -
HSV(B) 254.12º 0.71% 0.56% -
XYZ 7.93 4.69 26.47 -
YUV 59.8 174.95 131.71 -
System Red Green Blue C M Y K H S L
Decimal 65 41 143 0.55 0.71 0 0.44 254.12 0.55 0.36
Hex 41 29 8F 37 47 0 2C FE 37 24
Octal 101 51 217 67 107 0 54 376 67 44
Binary 1000001 101001 10001111 110111 1000111 0 101100 11111110 110111 100100

Color Harmonies of #41298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41298F

Black with #41298F

Text Example


Text Example

White with #41298F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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