Html Css Color HEX #412E93 Blue Gem

📋 copy color: '#412E93'

red 65 ◦ green 46 ◦ blue 147

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

Shades of Blue Gem #412E93

Tints of Blue Gem #412E93

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.83%

 BLUE value IS 147 (57.81% from 255) = 56.98%

R = 25.19%
G = 17.83%
B = 56.98%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#412E93 (or 0x412E93) is known color: Blue Gem. HEX triplet: 41, 2E and 93. RGB value is (65,46,147). Sum of RGB (Red+Green+Blue) = 65+46+147=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #412E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412E93 is #BED16C. Grayscale: #3E3E3E. Windows color (decimal): -12505453 or 9645633. OLE color: 9645633.

HSL color Cylindrical-coordinate representation of color #412E93: hue angle of 251.29º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #412E93 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 46 147 -
CMYK 0.56 0.69 0 0.42
HSL 251.29º 0.52% 0.38% -
HSV(B) 251.29º 0.69% 0.58% -
XYZ 8.42 5.18 28.16 -
YUV 63.2 175.29 129.29 -
System Red Green Blue C M Y K H S L
Decimal 65 46 147 0.56 0.69 0 0.42 251.29 0.52 0.38
Hex 41 2E 93 38 45 0 2A FB 34 26
Octal 101 56 223 70 105 0 52 373 64 46
Binary 1000001 101110 10010011 111000 1000101 0 101010 11111011 110100 100110

Color Harmonies of #412E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E93

Black with #412E93

Text Example


Text Example

White with #412E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,46,147); }

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

background-color css

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

 a { background-color: rgb(65,46,147); }

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

border-color css

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

 span { border-color: rgb(65,46,147); }

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