Html Css Color HEX #412195 Blue Gem

📋 copy color: '#412195'

red 65 ◦ green 33 ◦ blue 149

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

Shades of Blue Gem #412195

Tints of Blue Gem #412195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.36%

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

R = 26.32%
G = 13.36%
B = 60.32%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#412195 (or 0x412195) is known color: Blue Gem. HEX triplet: 41, 21 and 95. RGB value is (65,33,149). Sum of RGB (Red+Green+Blue) = 65+33+149=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #412195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412195 is #BEDE6A. Grayscale: #373737. Windows color (decimal): -12508779 or 9773377. OLE color: 9773377.

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

Color convert

RGB 65 33 149 -
CMYK 0.56 0.78 0 0.42
HSL 256.55º 0.64% 0.36% -
HSV(B) 256.55º 0.78% 0.58% -
XYZ 8.15 4.38 28.85 -
YUV 55.79 180.6 134.57 -
System Red Green Blue C M Y K H S L
Decimal 65 33 149 0.56 0.78 0 0.42 256.55 0.64 0.36
Hex 41 21 95 38 4E 0 2A 101 40 24
Octal 101 41 225 70 116 0 52 401 100 44
Binary 1000001 100001 10010101 111000 1001110 0 101010 100000001 1000000 100100

Color Harmonies of #412195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412195

Black with #412195

Text Example


Text Example

White with #412195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412195; }

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

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

background-color css

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

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

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

border-color css

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

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

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