Html Css Color HEX #412791 Blue Gem

📋 copy color: '#412791'

red 65 ◦ green 39 ◦ blue 145

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

Shades of Blue Gem #412791

Tints of Blue Gem #412791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 58.23%

R = 26.1%
G = 15.66%
B = 58.23%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#412791 (or 0x412791) is known color: Blue Gem. HEX triplet: 41, 27 and 91. RGB value is (65,39,145). Sum of RGB (Red+Green+Blue) = 65+39+145=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #412791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412791 is #BED86E. Grayscale: #3A3A3A. Windows color (decimal): -12507247 or 9512769. OLE color: 9512769.

HSL color Cylindrical-coordinate representation of color #412791: hue angle of 254.72º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412791 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 39 145 -
CMYK 0.55 0.73 0 0.43
HSL 254.72º 0.58% 0.36% -
HSV(B) 254.72º 0.73% 0.57% -
XYZ 8.02 4.62 27.26 -
YUV 58.86 176.61 132.38 -
System Red Green Blue C M Y K H S L
Decimal 65 39 145 0.55 0.73 0 0.43 254.72 0.58 0.36
Hex 41 27 91 37 49 0 2B FF 3A 24
Octal 101 47 221 67 111 0 53 377 72 44
Binary 1000001 100111 10010001 110111 1001001 0 101011 11111111 111010 100100

Color Harmonies of #412791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412791

Black with #412791

Text Example


Text Example

White with #412791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412791; }

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

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

background-color css

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

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

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

border-color css

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

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

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