Html Css Color HEX #412590 Blue Gem

📋 copy color: '#412590'

red 65 ◦ green 37 ◦ blue 144

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

Shades of Blue Gem #412590

Tints of Blue Gem #412590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.54%

R = 26.42%
G = 15.04%
B = 58.54%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#412590 (or 0x412590) is known color: Blue Gem. HEX triplet: 41, 25 and 90. RGB value is (65,37,144). Sum of RGB (Red+Green+Blue) = 65+37+144=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #412590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412590 is #BEDA6F. Grayscale: #393939. Windows color (decimal): -12507760 or 9446721. OLE color: 9446721.

HSL color Cylindrical-coordinate representation of color #412590: hue angle of 255.7º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #412590 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 37 144 -
CMYK 0.55 0.74 0 0.44
HSL 255.7º 0.59% 0.35% -
HSV(B) 255.7º 0.74% 0.56% -
XYZ 7.88 4.46 26.83 -
YUV 57.57 176.78 133.3 -
System Red Green Blue C M Y K H S L
Decimal 65 37 144 0.55 0.74 0 0.44 255.7 0.59 0.35
Hex 41 25 90 37 4A 0 2C 100 3B 23
Octal 101 45 220 67 112 0 54 400 73 43
Binary 1000001 100101 10010000 110111 1001010 0 101100 100000000 111011 100011

Color Harmonies of #412590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412590

Black with #412590

Text Example


Text Example

White with #412590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412590; }

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

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

background-color css

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

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

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

border-color css

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

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

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