Html Css Color HEX #412196 Blue Gem

📋 copy color: '#412196'

red 65 ◦ green 33 ◦ blue 150

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

Shades of Blue Gem #412196

Tints of Blue Gem #412196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.31%

 BLUE value IS 150 (58.98% from 255) = 60.48%

R = 26.21%
G = 13.31%
B = 60.48%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#412196 (or 0x412196) is known color: Blue Gem. HEX triplet: 41, 21 and 96. RGB value is (65,33,150). Sum of RGB (Red+Green+Blue) = 65+33+150=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #412196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412196 is #BEDE69. Grayscale: #373737. Windows color (decimal): -12508778 or 9838913. OLE color: 9838913.

HSL color Cylindrical-coordinate representation of color #412196: hue angle of 256.41º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412196 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 33 150 -
CMYK 0.57 0.78 0 0.41
HSL 256.41º 0.64% 0.36% -
HSV(B) 256.41º 0.78% 0.59% -
XYZ 8.23 4.41 29.27 -
YUV 55.91 181.1 134.49 -
System Red Green Blue C M Y K H S L
Decimal 65 33 150 0.57 0.78 0 0.41 256.41 0.64 0.36
Hex 41 21 96 39 4E 0 29 100 40 24
Octal 101 41 226 71 116 0 51 400 100 44
Binary 1000001 100001 10010110 111001 1001110 0 101001 100000000 1000000 100100

Color Harmonies of #412196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412196

Black with #412196

Text Example


Text Example

White with #412196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412196; }

 p { color: rgb(65,33,150); }

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

background-color css

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

 a { background-color: rgb(65,33,150); }

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

border-color css

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

 span { border-color: rgb(65,33,150); }

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