Html Css Color HEX #412595 Blue Gem

📋 copy color: '#412595'

red 65 ◦ green 37 ◦ blue 149

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

Shades of Blue Gem #412595

Tints of Blue Gem #412595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.74%

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

R = 25.9%
G = 14.74%
B = 59.36%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#412595 (or 0x412595) is known color: Blue Gem. HEX triplet: 41, 25 and 95. RGB value is (65,37,149). Sum of RGB (Red+Green+Blue) = 65+37+149=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #412595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412595 is #BEDA6A. Grayscale: #393939. Windows color (decimal): -12507755 or 9774401. OLE color: 9774401.

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

Color convert

RGB 65 37 149 -
CMYK 0.56 0.75 0 0.42
HSL 255º 0.6% 0.36% -
HSV(B) 255º 0.75% 0.58% -
XYZ 8.27 4.62 28.89 -
YUV 58.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 65 37 149 0.56 0.75 0 0.42 255 0.6 0.36
Hex 41 25 95 38 4B 0 2A FF 3C 24
Octal 101 45 225 70 113 0 52 377 74 44
Binary 1000001 100101 10010101 111000 1001011 0 101010 11111111 111100 100100

Color Harmonies of #412595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412595

Black with #412595

Text Example


Text Example

White with #412595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412595; }

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

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

background-color css

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

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

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

border-color css

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

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

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