Html Css Color HEX #412393 Blue Gem

📋 copy color: '#412393'

red 65 ◦ green 35 ◦ blue 147

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

Shades of Blue Gem #412393

Tints of Blue Gem #412393

RGB

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

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

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

R = 26.32%
G = 14.17%
B = 59.51%

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

#412393 (or 0x412393) is known color: Blue Gem. HEX triplet: 41, 23 and 93. RGB value is (65,35,147). Sum of RGB (Red+Green+Blue) = 65+35+147=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #412393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412393 is #BEDC6C. Grayscale: #383838. Windows color (decimal): -12508269 or 9642817. OLE color: 9642817.

HSL color Cylindrical-coordinate representation of color #412393: hue angle of 256.07º 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 #412393 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 35 147 -
CMYK 0.56 0.76 0 0.42
HSL 256.07º 0.62% 0.36% -
HSV(B) 256.07º 0.76% 0.58% -
XYZ 8.05 4.43 28.04 -
YUV 56.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 65 35 147 0.56 0.76 0 0.42 256.07 0.62 0.36
Hex 41 23 93 38 4C 0 2A 100 3E 24
Octal 101 43 223 70 114 0 52 400 76 44
Binary 1000001 100011 10010011 111000 1001100 0 101010 100000000 111110 100100

Color Harmonies of #412393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412393

Black with #412393

Text Example


Text Example

White with #412393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412393; }

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

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

background-color css

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

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

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

border-color css

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

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

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