Html Css Color HEX #412D95 Blue Gem

📋 copy color: '#412D95'

red 65 ◦ green 45 ◦ blue 149

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

Shades of Blue Gem #412D95

Tints of Blue Gem #412D95

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.37%

 BLUE value IS 149 (58.59% from 255) = 57.53%

R = 25.1%
G = 17.37%
B = 57.53%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#412D95 (or 0x412D95) is known color: Blue Gem. HEX triplet: 41, 2D and 95. RGB value is (65,45,149). Sum of RGB (Red+Green+Blue) = 65+45+149=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #412D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412D95 is #BED26A. Grayscale: #3E3E3E. Windows color (decimal): -12505707 or 9776449. OLE color: 9776449.

HSL color Cylindrical-coordinate representation of color #412D95: hue angle of 251.54º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #412D95 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 45 149 -
CMYK 0.56 0.70 0 0.42
HSL 251.54º 0.54% 0.38% -
HSV(B) 251.54º 0.7% 0.58% -
XYZ 8.54 5.17 28.98 -
YUV 62.84 176.63 129.54 -
System Red Green Blue C M Y K H S L
Decimal 65 45 149 0.56 0.70 0 0.42 251.54 0.54 0.38
Hex 41 2D 95 38 46 0 2A FC 36 26
Octal 101 55 225 70 106 0 52 374 66 46
Binary 1000001 101101 10010101 111000 1000110 0 101010 11111100 110110 100110

Color Harmonies of #412D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D95

Black with #412D95

Text Example


Text Example

White with #412D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412D95; }

 p { color: rgb(65,45,149); }

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

background-color css

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

 a { background-color: rgb(65,45,149); }

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

border-color css

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

 span { border-color: rgb(65,45,149); }

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