Html Css Color HEX #411EAA Blue Gem

📋 copy color: '#411EAA'

red 65 ◦ green 30 ◦ blue 170

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

Shades of Blue Gem #411EAA

Tints of Blue Gem #411EAA

RGB

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

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

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

R = 24.53%
G = 11.32%
B = 64.15%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#411EAA (or 0x411EAA) is known color: Blue Gem. HEX triplet: 41, 1E and AA. RGB value is (65,30,170). Sum of RGB (Red+Green+Blue) = 65+30+170=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #411EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411EAA is #BEE155. Grayscale: #373737. Windows color (decimal): -12509526 or 11148865. OLE color: 11148865.

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

Color convert

RGB 65 30 170 -
CMYK 0.62 0.82 0 0.33
HSL 255º 0.7% 0.39% -
HSV(B) 255º 0.82% 0.67% -
XYZ 9.9 4.95 38.46 -
YUV 56.43 192.1 134.12 -
System Red Green Blue C M Y K H S L
Decimal 65 30 170 0.62 0.82 0 0.33 255 0.7 0.39
Hex 41 1E AA 3E 52 0 21 FF 46 27
Octal 101 36 252 76 122 0 41 377 106 47
Binary 1000001 11110 10101010 111110 1010010 0 100001 11111111 1000110 100111

Color Harmonies of #411EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EAA

Black with #411EAA

Text Example


Text Example

White with #411EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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