Html Css Color HEX #412391 Blue Gem

📋 copy color: '#412391'

red 65 ◦ green 35 ◦ blue 145

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

Shades of Blue Gem #412391

Tints of Blue Gem #412391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.29%

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

R = 26.53%
G = 14.29%
B = 59.18%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#412391 (or 0x412391) is known color: Blue Gem. HEX triplet: 41, 23 and 91. RGB value is (65,35,145). Sum of RGB (Red+Green+Blue) = 65+35+145=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #412391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412391 is #BEDC6E. Grayscale: #383838. Windows color (decimal): -12508271 or 9511745. OLE color: 9511745.

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

Color convert

RGB 65 35 145 -
CMYK 0.55 0.76 0 0.43
HSL 256.36º 0.61% 0.35% -
HSV(B) 256.36º 0.76% 0.57% -
XYZ 7.89 4.37 27.22 -
YUV 56.51 177.94 134.06 -
System Red Green Blue C M Y K H S L
Decimal 65 35 145 0.55 0.76 0 0.43 256.36 0.61 0.35
Hex 41 23 91 37 4C 0 2B 100 3D 23
Octal 101 43 221 67 114 0 53 400 75 43
Binary 1000001 100011 10010001 110111 1001100 0 101011 100000000 111101 100011

Color Harmonies of #412391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412391

Black with #412391

Text Example


Text Example

White with #412391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412391; }

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

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

background-color css

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

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

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

border-color css

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

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

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