Html Css Color HEX #411AA2 Blue Gem

📋 copy color: '#411AA2'

red 65 ◦ green 26 ◦ blue 162

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

Shades of Blue Gem #411AA2

Tints of Blue Gem #411AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 64.03%

R = 25.69%
G = 10.28%
B = 64.03%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#411AA2 (or 0x411AA2) is known color: Blue Gem. HEX triplet: 41, 1A and A2. RGB value is (65,26,162). Sum of RGB (Red+Green+Blue) = 65+26+162=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 162 (63.67% from 255 or 64.03% from 253); Max value from RGB is 162 - color contains mainly: blue. Hex color #411AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411AA2 is #BEE55D. Grayscale: #343434. Windows color (decimal): -12510558 or 10623553. OLE color: 10623553.

HSL color Cylindrical-coordinate representation of color #411AA2: hue angle of 257.21º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411AA2 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 65 26 162 -
CMYK 0.60 0.84 0 0.36
HSL 257.21º 0.72% 0.37% -
HSV(B) 257.21º 0.84% 0.64% -
XYZ 9.07 4.47 34.57 -
YUV 53.17 189.42 136.44 -
System Red Green Blue C M Y K H S L
Decimal 65 26 162 0.60 0.84 0 0.36 257.21 0.72 0.37
Hex 41 1A A2 3C 54 0 24 101 48 25
Octal 101 32 242 74 124 0 44 401 110 45
Binary 1000001 11010 10100010 111100 1010100 0 100100 100000001 1001000 100101

Color Harmonies of #411AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411AA2

Black with #411AA2

Text Example


Text Example

White with #411AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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