Html Css Color HEX #412095 Blue Gem

📋 copy color: '#412095'

red 65 ◦ green 32 ◦ blue 149

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

Shades of Blue Gem #412095

Tints of Blue Gem #412095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.01%

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

R = 26.42%
G = 13.01%
B = 60.57%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#412095 (or 0x412095) is known color: Blue Gem. HEX triplet: 41, 20 and 95. RGB value is (65,32,149). Sum of RGB (Red+Green+Blue) = 65+32+149=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #412095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412095 is #BEDF6A. Grayscale: #363636. Windows color (decimal): -12509035 or 9773121. OLE color: 9773121.

HSL color Cylindrical-coordinate representation of color #412095: hue angle of 256.92º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #412095 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 32 149 -
CMYK 0.56 0.79 0 0.42
HSL 256.92º 0.65% 0.35% -
HSV(B) 256.92º 0.79% 0.58% -
XYZ 8.12 4.33 28.84 -
YUV 55.21 180.93 134.99 -
System Red Green Blue C M Y K H S L
Decimal 65 32 149 0.56 0.79 0 0.42 256.92 0.65 0.35
Hex 41 20 95 38 4F 0 2A 101 41 23
Octal 101 40 225 70 117 0 52 401 101 43
Binary 1000001 100000 10010101 111000 1001111 0 101010 100000001 1000001 100011

Color Harmonies of #412095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412095

Black with #412095

Text Example


Text Example

White with #412095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412095; }

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

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

background-color css

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

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

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

border-color css

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

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

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