Html Css Color HEX #401AA0 Blue Gem

📋 copy color: '#401AA0'

red 64 ◦ green 26 ◦ blue 160

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

Shades of Blue Gem #401AA0

Tints of Blue Gem #401AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 64%

R = 25.6%
G = 10.4%
B = 64%

CMYK

 C value IS 0.6

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#401AA0 (or 0x401AA0) is known color: Blue Gem. HEX triplet: 40, 1A and A0. RGB value is (64,26,160). Sum of RGB (Red+Green+Blue) = 64+26+160=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 160 (62.89% from 255 or 64% from 250); Max value from RGB is 160 - color contains mainly: blue. Hex color #401AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401AA0 is #BFE55F. Grayscale: #343434. Windows color (decimal): -12576096 or 10492480. OLE color: 10492480.

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

Color convert

RGB 64 26 160 -
CMYK 0.6 0.84 0 0.37
HSL 257.01º 0.72% 0.36% -
HSV(B) 257.01º 0.84% 0.63% -
XYZ 8.83 4.37 33.64 -
YUV 52.64 188.59 136.1 -
System Red Green Blue C M Y K H S L
Decimal 64 26 160 0.6 0.84 0 0.37 257.01 0.72 0.36
Hex 40 1A A0 3C 54 0 25 101 48 24
Octal 100 32 240 74 124 0 45 401 110 44
Binary 1000000 11010 10100000 111100 1010100 0 100101 100000001 1001000 100100

Color Harmonies of #401AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401AA0

Black with #401AA0

Text Example


Text Example

White with #401AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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