Html Css Color HEX #411AAA Blue Gem

📋 copy color: '#411AAA'

red 65 ◦ green 26 ◦ blue 170

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

Shades of Blue Gem #411AAA

Tints of Blue Gem #411AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.96%

 BLUE value IS 170 (66.8% from 255) = 65.13%

R = 24.9%
G = 9.96%
B = 65.13%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#411AAA (or 0x411AAA) is known color: Blue Gem. HEX triplet: 41, 1A and AA. RGB value is (65,26,170). Sum of RGB (Red+Green+Blue) = 65+26+170=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #411AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411AAA is #BEE555. Grayscale: #353535. Windows color (decimal): -12510550 or 11147841. OLE color: 11147841.

HSL color Cylindrical-coordinate representation of color #411AAA: hue angle of 256.25º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411AAA is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 26 170 -
CMYK 0.62 0.85 0 0.33
HSL 256.25º 0.73% 0.38% -
HSV(B) 256.25º 0.85% 0.67% -
XYZ 9.81 4.76 38.43 -
YUV 54.08 193.42 135.79 -
System Red Green Blue C M Y K H S L
Decimal 65 26 170 0.62 0.85 0 0.33 256.25 0.73 0.38
Hex 41 1A AA 3E 55 0 21 100 49 26
Octal 101 32 252 76 125 0 41 400 111 46
Binary 1000001 11010 10101010 111110 1010101 0 100001 100000000 1001001 100110

Color Harmonies of #411AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411AAA

Black with #411AAA

Text Example


Text Example

White with #411AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,26,170); }

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

background-color css

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

 a { background-color: rgb(65,26,170); }

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

border-color css

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

 span { border-color: rgb(65,26,170); }

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