Html Css Color HEX #41278E Blue Gem

📋 copy color: '#41278E'

red 65 ◦ green 39 ◦ blue 142

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

Shades of Blue Gem #41278E

Tints of Blue Gem #41278E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.85%

 BLUE value IS 142 (55.86% from 255) = 57.72%

R = 26.42%
G = 15.85%
B = 57.72%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41278E (or 0x41278E) is known color: Blue Gem. HEX triplet: 41, 27 and 8E. RGB value is (65,39,142). Sum of RGB (Red+Green+Blue) = 65+39+142=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #41278E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41278E is #BED871. Grayscale: #3A3A3A. Windows color (decimal): -12507250 or 9316161. OLE color: 9316161.

HSL color Cylindrical-coordinate representation of color #41278E: hue angle of 255.15º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41278E is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 39 142 -
CMYK 0.54 0.73 0 0.44
HSL 255.15º 0.57% 0.35% -
HSV(B) 255.15º 0.73% 0.56% -
XYZ 7.79 4.53 26.05 -
YUV 58.52 175.11 132.62 -
System Red Green Blue C M Y K H S L
Decimal 65 39 142 0.54 0.73 0 0.44 255.15 0.57 0.35
Hex 41 27 8E 36 49 0 2C FF 39 23
Octal 101 47 216 66 111 0 54 377 71 43
Binary 1000001 100111 10001110 110110 1001001 0 101100 11111111 111001 100011

Color Harmonies of #41278E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41278E

Black with #41278E

Text Example


Text Example

White with #41278E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41278E; }

 p { color: rgb(65,39,142); }

 H1.HeaderClassName
 {
   color: #41278E;
 }
 .AnyTagClassName
 {
   color: #41278E;
 }
</style>

background-color css

<style>
 a { background-color: #41278E; }

 a { background-color: rgb(65,39,142); }

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

border-color css

<style>
 span { border-color: #41278E; }

 span { border-color: rgb(65,39,142); }

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