Html Css Color HEX #411E98 Blue Gem

📋 copy color: '#411E98'

red 65 ◦ green 30 ◦ blue 152

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

Shades of Blue Gem #411E98

Tints of Blue Gem #411E98

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.15%

 BLUE value IS 152 (59.77% from 255) = 61.54%

R = 26.32%
G = 12.15%
B = 61.54%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#411E98 (or 0x411E98) is known color: Blue Gem. HEX triplet: 41, 1E and 98. RGB value is (65,30,152). Sum of RGB (Red+Green+Blue) = 65+30+152=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #411E98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411E98 is #BEE167. Grayscale: #353535. Windows color (decimal): -12509544 or 9969217. OLE color: 9969217.

HSL color Cylindrical-coordinate representation of color #411E98: hue angle of 257.21º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #411E98 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 30 152 -
CMYK 0.57 0.80 0 0.40
HSL 257.21º 0.67% 0.36% -
HSV(B) 257.21º 0.8% 0.6% -
XYZ 8.31 4.32 30.1 -
YUV 54.37 183.1 135.58 -
System Red Green Blue C M Y K H S L
Decimal 65 30 152 0.57 0.80 0 0.40 257.21 0.67 0.36
Hex 41 1E 98 39 50 0 28 101 43 24
Octal 101 36 230 71 120 0 50 401 103 44
Binary 1000001 11110 10011000 111001 1010000 0 101000 100000001 1000011 100100

Color Harmonies of #411E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E98

Black with #411E98

Text Example


Text Example

White with #411E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411E98; }

 p { color: rgb(65,30,152); }

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

background-color css

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

 a { background-color: rgb(65,30,152); }

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

border-color css

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

 span { border-color: rgb(65,30,152); }

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