Html Css Color HEX #412394 Blue Gem

📋 copy color: '#412394'

red 65 ◦ green 35 ◦ blue 148

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

Shades of Blue Gem #412394

Tints of Blue Gem #412394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.11%

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

R = 26.21%
G = 14.11%
B = 59.68%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#412394 (or 0x412394) is known color: Blue Gem. HEX triplet: 41, 23 and 94. RGB value is (65,35,148). Sum of RGB (Red+Green+Blue) = 65+35+148=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #412394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412394 is #BEDC6B. Grayscale: #383838. Windows color (decimal): -12508268 or 9708353. OLE color: 9708353.

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

Color convert

RGB 65 35 148 -
CMYK 0.56 0.76 0 0.42
HSL 255.93º 0.62% 0.36% -
HSV(B) 255.93º 0.76% 0.58% -
XYZ 8.13 4.46 28.45 -
YUV 56.85 179.44 133.81 -
System Red Green Blue C M Y K H S L
Decimal 65 35 148 0.56 0.76 0 0.42 255.93 0.62 0.36
Hex 41 23 94 38 4C 0 2A 100 3E 24
Octal 101 43 224 70 114 0 52 400 76 44
Binary 1000001 100011 10010100 111000 1001100 0 101010 100000000 111110 100100

Color Harmonies of #412394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412394

Black with #412394

Text Example


Text Example

White with #412394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412394; }

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

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

background-color css

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

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

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

border-color css

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

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

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