Html Css Color HEX #412392 Blue Gem

📋 copy color: '#412392'

red 65 ◦ green 35 ◦ blue 146

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

Shades of Blue Gem #412392

Tints of Blue Gem #412392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.35%

R = 26.42%
G = 14.23%
B = 59.35%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#412392 (or 0x412392) is known color: Blue Gem. HEX triplet: 41, 23 and 92. RGB value is (65,35,146). Sum of RGB (Red+Green+Blue) = 65+35+146=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #412392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412392 is #BEDC6D. Grayscale: #383838. Windows color (decimal): -12508270 or 9577281. OLE color: 9577281.

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

Color convert

RGB 65 35 146 -
CMYK 0.55 0.76 0 0.43
HSL 256.22º 0.61% 0.35% -
HSV(B) 256.22º 0.76% 0.57% -
XYZ 7.97 4.4 27.62 -
YUV 56.62 178.44 133.97 -
System Red Green Blue C M Y K H S L
Decimal 65 35 146 0.55 0.76 0 0.43 256.22 0.61 0.35
Hex 41 23 92 37 4C 0 2B 100 3D 23
Octal 101 43 222 67 114 0 53 400 75 43
Binary 1000001 100011 10010010 110111 1001100 0 101011 100000000 111101 100011

Color Harmonies of #412392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412392

Black with #412392

Text Example


Text Example

White with #412392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412392; }

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

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

background-color css

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

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

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

border-color css

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

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

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