Html Css Color HEX #401AA7 Blue Gem

📋 copy color: '#401AA7'

red 64 ◦ green 26 ◦ blue 167

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

Shades of Blue Gem #401AA7

Tints of Blue Gem #401AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 64.98%

R = 24.9%
G = 10.12%
B = 64.98%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#401AA7 (or 0x401AA7) is known color: Blue Gem. HEX triplet: 40, 1A and A7. RGB value is (64,26,167). Sum of RGB (Red+Green+Blue) = 64+26+167=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 167 (65.62% from 255 or 64.98% from 257); Max value from RGB is 167 - color contains mainly: blue. Hex color #401AA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401AA7 is #BFE558. Grayscale: #343434. Windows color (decimal): -12576089 or 10951232. OLE color: 10951232.

HSL color Cylindrical-coordinate representation of color #401AA7: hue angle of 256.17º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401AA7 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 26 167 -
CMYK 0.62 0.84 0 0.35
HSL 256.17º 0.73% 0.38% -
HSV(B) 256.17º 0.84% 0.65% -
XYZ 9.46 4.62 36.95 -
YUV 53.44 192.09 135.54 -
System Red Green Blue C M Y K H S L
Decimal 64 26 167 0.62 0.84 0 0.35 256.17 0.73 0.38
Hex 40 1A A7 3E 54 0 23 100 49 26
Octal 100 32 247 76 124 0 43 400 111 46
Binary 1000000 11010 10100111 111110 1010100 0 100011 100000000 1001001 100110

Color Harmonies of #401AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401AA7

Black with #401AA7

Text Example


Text Example

White with #401AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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