Html Css Color HEX #412894 Blue Gem

📋 copy color: '#412894'

red 65 ◦ green 40 ◦ blue 148

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

Shades of Blue Gem #412894

Tints of Blue Gem #412894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.5%

R = 25.69%
G = 15.81%
B = 58.5%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#412894 (or 0x412894) is known color: Blue Gem. HEX triplet: 41, 28 and 94. RGB value is (65,40,148). Sum of RGB (Red+Green+Blue) = 65+40+148=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #412894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412894 is #BED76B. Grayscale: #3B3B3B. Windows color (decimal): -12506988 or 9709633. OLE color: 9709633.

HSL color Cylindrical-coordinate representation of color #412894: hue angle of 253.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412894 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 40 148 -
CMYK 0.56 0.73 0 0.42
HSL 253.89º 0.57% 0.37% -
HSV(B) 253.89º 0.73% 0.58% -
XYZ 8.28 4.78 28.5 -
YUV 59.79 177.78 131.72 -
System Red Green Blue C M Y K H S L
Decimal 65 40 148 0.56 0.73 0 0.42 253.89 0.57 0.37
Hex 41 28 94 38 49 0 2A FE 39 25
Octal 101 50 224 70 111 0 52 376 71 45
Binary 1000001 101000 10010100 111000 1001001 0 101010 11111110 111001 100101

Color Harmonies of #412894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412894

Black with #412894

Text Example


Text Example

White with #412894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412894; }

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

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

background-color css

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

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

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

border-color css

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

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

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