Html Css Color HEX #412995 Blue Gem

📋 copy color: '#412995'

red 65 ◦ green 41 ◦ blue 149

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

Shades of Blue Gem #412995

Tints of Blue Gem #412995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.08%

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

R = 25.49%
G = 16.08%
B = 58.43%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#412995 (or 0x412995) is known color: Blue Gem. HEX triplet: 41, 29 and 95. RGB value is (65,41,149). Sum of RGB (Red+Green+Blue) = 65+41+149=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #412995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412995 is #BED66A. Grayscale: #3C3C3C. Windows color (decimal): -12506731 or 9775425. OLE color: 9775425.

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

Color convert

RGB 65 41 149 -
CMYK 0.56 0.72 0 0.42
HSL 253.33º 0.57% 0.37% -
HSV(B) 253.33º 0.72% 0.58% -
XYZ 8.4 4.88 28.93 -
YUV 60.49 177.95 131.22 -
System Red Green Blue C M Y K H S L
Decimal 65 41 149 0.56 0.72 0 0.42 253.33 0.57 0.37
Hex 41 29 95 38 48 0 2A FD 39 25
Octal 101 51 225 70 110 0 52 375 71 45
Binary 1000001 101001 10010101 111000 1001000 0 101010 11111101 111001 100101

Color Harmonies of #412995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412995

Black with #412995

Text Example


Text Example

White with #412995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412995; }

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

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

background-color css

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

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

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

border-color css

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

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

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