Html Css Color HEX #401AAA Blue Gem

📋 copy color: '#401AAA'

red 64 ◦ green 26 ◦ blue 170

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

Shades of Blue Gem #401AAA

Tints of Blue Gem #401AAA

RGB

 RED value IS 64 (25.39% from 255) = 24.62%

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

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

R = 24.62%
G = 10%
B = 65.38%

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

#401AAA (or 0x401AAA) is known color: Blue Gem. HEX triplet: 40, 1A and AA. RGB value is (64,26,170). Sum of RGB (Red+Green+Blue) = 64+26+170=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #401AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401AAA is #BFE555. Grayscale: #353535. Windows color (decimal): -12576086 or 11147840. OLE color: 11147840.

HSL color Cylindrical-coordinate representation of color #401AAA: hue angle of 255.83º 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 #401AAA is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 26 170 -
CMYK 0.62 0.85 0 0.33
HSL 255.83º 0.73% 0.38% -
HSV(B) 255.83º 0.85% 0.67% -
XYZ 9.74 4.73 38.43 -
YUV 53.78 193.59 135.29 -
System Red Green Blue C M Y K H S L
Decimal 64 26 170 0.62 0.85 0 0.33 255.83 0.73 0.38
Hex 40 1A AA 3E 55 0 21 100 49 26
Octal 100 32 252 76 125 0 41 400 111 46
Binary 1000000 11010 10101010 111110 1010101 0 100001 100000000 1001001 100110

Color Harmonies of #401AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401AAA

Black with #401AAA

Text Example


Text Example

White with #401AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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