Html Css Color HEX #412495 Blue Gem

📋 copy color: '#412495'

red 65 ◦ green 36 ◦ blue 149

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

Shades of Blue Gem #412495

Tints of Blue Gem #412495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.4%

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

R = 26%
G = 14.4%
B = 59.6%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#412495 (or 0x412495) is known color: Blue Gem. HEX triplet: 41, 24 and 95. RGB value is (65,36,149). Sum of RGB (Red+Green+Blue) = 65+36+149=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #412495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412495 is #BEDB6A. Grayscale: #393939. Windows color (decimal): -12508011 or 9774145. OLE color: 9774145.

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

Color convert

RGB 65 36 149 -
CMYK 0.56 0.76 0 0.42
HSL 255.4º 0.61% 0.36% -
HSV(B) 255.4º 0.76% 0.58% -
XYZ 8.24 4.56 28.88 -
YUV 57.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 65 36 149 0.56 0.76 0 0.42 255.4 0.61 0.36
Hex 41 24 95 38 4C 0 2A FF 3D 24
Octal 101 44 225 70 114 0 52 377 75 44
Binary 1000001 100100 10010101 111000 1001100 0 101010 11111111 111101 100100

Color Harmonies of #412495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412495

Black with #412495

Text Example


Text Example

White with #412495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412495; }

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

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

background-color css

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

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

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

border-color css

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

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

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