Html Css Color HEX #412B91 Blue Gem

📋 copy color: '#412B91'

red 65 ◦ green 43 ◦ blue 145

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

Shades of Blue Gem #412B91

Tints of Blue Gem #412B91

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17%

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

R = 25.69%
G = 17%
B = 57.31%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#412B91 (or 0x412B91) is known color: Blue Gem. HEX triplet: 41, 2B and 91. RGB value is (65,43,145). Sum of RGB (Red+Green+Blue) = 65+43+145=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #412B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412B91 is #BED46E. Grayscale: #3C3C3C. Windows color (decimal): -12506223 or 9513793. OLE color: 9513793.

HSL color Cylindrical-coordinate representation of color #412B91: hue angle of 252.94º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #412B91 is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 43 145 -
CMYK 0.55 0.70 0 0.43
HSL 252.94º 0.54% 0.37% -
HSV(B) 252.94º 0.7% 0.57% -
XYZ 8.15 4.9 27.3 -
YUV 61.21 175.29 130.71 -
System Red Green Blue C M Y K H S L
Decimal 65 43 145 0.55 0.70 0 0.43 252.94 0.54 0.37
Hex 41 2B 91 37 46 0 2B FD 36 25
Octal 101 53 221 67 106 0 53 375 66 45
Binary 1000001 101011 10010001 110111 1000110 0 101011 11111101 110110 100101

Color Harmonies of #412B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B91

Black with #412B91

Text Example


Text Example

White with #412B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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