Html Css Color HEX #411E9B Blue Gem

📋 copy color: '#411E9B'

red 65 ◦ green 30 ◦ blue 155

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

Shades of Blue Gem #411E9B

Tints of Blue Gem #411E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 62%

R = 26%
G = 12%
B = 62%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#411E9B (or 0x411E9B) is known color: Blue Gem. HEX triplet: 41, 1E and 9B. RGB value is (65,30,155). Sum of RGB (Red+Green+Blue) = 65+30+155=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #411E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411E9B is #BEE164. Grayscale: #363636. Windows color (decimal): -12509541 or 10165825. OLE color: 10165825.

HSL color Cylindrical-coordinate representation of color #411E9B: hue angle of 256.8º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #411E9B is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 30 155 -
CMYK 0.58 0.81 0 0.39
HSL 256.8º 0.68% 0.36% -
HSV(B) 256.8º 0.81% 0.61% -
XYZ 8.56 4.42 31.41 -
YUV 54.72 184.6 135.34 -
System Red Green Blue C M Y K H S L
Decimal 65 30 155 0.58 0.81 0 0.39 256.8 0.68 0.36
Hex 41 1E 9B 3A 51 0 27 101 44 24
Octal 101 36 233 72 121 0 47 401 104 44
Binary 1000001 11110 10011011 111010 1010001 0 100111 100000001 1000100 100100

Color Harmonies of #411E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E9B

Black with #411E9B

Text Example


Text Example

White with #411E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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