Html Css Color HEX #412591 Blue Gem

📋 copy color: '#412591'

red 65 ◦ green 37 ◦ blue 145

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

Shades of Blue Gem #412591

Tints of Blue Gem #412591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 58.7%

R = 26.32%
G = 14.98%
B = 58.7%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#412591 (or 0x412591) is known color: Blue Gem. HEX triplet: 41, 25 and 91. RGB value is (65,37,145). Sum of RGB (Red+Green+Blue) = 65+37+145=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #412591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412591 is #BEDA6E. Grayscale: #393939. Windows color (decimal): -12507759 or 9512257. OLE color: 9512257.

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

Color convert

RGB 65 37 145 -
CMYK 0.55 0.74 0 0.43
HSL 255.56º 0.59% 0.36% -
HSV(B) 255.56º 0.74% 0.57% -
XYZ 7.95 4.49 27.24 -
YUV 57.68 177.28 133.22 -
System Red Green Blue C M Y K H S L
Decimal 65 37 145 0.55 0.74 0 0.43 255.56 0.59 0.36
Hex 41 25 91 37 4A 0 2B 100 3B 24
Octal 101 45 221 67 112 0 53 400 73 44
Binary 1000001 100101 10010001 110111 1001010 0 101011 100000000 111011 100100

Color Harmonies of #412591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412591

Black with #412591

Text Example


Text Example

White with #412591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412591; }

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

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

background-color css

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

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

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

border-color css

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

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

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