Html Css Color HEX #412891 Blue Gem

📋 copy color: '#412891'

red 65 ◦ green 40 ◦ blue 145

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

Shades of Blue Gem #412891

Tints of Blue Gem #412891

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16%

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

R = 26%
G = 16%
B = 58%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#412891 (or 0x412891) is known color: Blue Gem. HEX triplet: 41, 28 and 91. RGB value is (65,40,145). Sum of RGB (Red+Green+Blue) = 65+40+145=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #412891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412891 is #BED76E. Grayscale: #3B3B3B. Windows color (decimal): -12506991 or 9513025. OLE color: 9513025.

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

Color convert

RGB 65 40 145 -
CMYK 0.55 0.72 0 0.43
HSL 254.29º 0.57% 0.36% -
HSV(B) 254.29º 0.72% 0.57% -
XYZ 8.05 4.69 27.27 -
YUV 59.45 176.28 131.96 -
System Red Green Blue C M Y K H S L
Decimal 65 40 145 0.55 0.72 0 0.43 254.29 0.57 0.36
Hex 41 28 91 37 48 0 2B FE 39 24
Octal 101 50 221 67 110 0 53 376 71 44
Binary 1000001 101000 10010001 110111 1001000 0 101011 11111110 111001 100100

Color Harmonies of #412891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412891

Black with #412891

Text Example


Text Example

White with #412891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412891; }

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

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

background-color css

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

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

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

border-color css

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

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

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