Html Css Color HEX #401FAA Blue Gem

📋 copy color: '#401FAA'

red 64 ◦ green 31 ◦ blue 170

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

Shades of Blue Gem #401FAA

Tints of Blue Gem #401FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.7%

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

R = 24.15%
G = 11.7%
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

#401FAA (or 0x401FAA) is known color: Blue Gem. HEX triplet: 40, 1F and AA. RGB value is (64,31,170). Sum of RGB (Red+Green+Blue) = 64+31+170=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 31 (12.5% from 255 or 11.70% 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 #401FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401FAA is #BFE055. Grayscale: #383838. Windows color (decimal): -12574806 or 11149120. OLE color: 11149120.

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

Color convert

RGB 64 31 170 -
CMYK 0.62 0.82 0 0.33
HSL 254.24º 0.69% 0.39% -
HSV(B) 254.24º 0.82% 0.67% -
XYZ 9.86 4.97 38.47 -
YUV 56.71 191.93 133.2 -
System Red Green Blue C M Y K H S L
Decimal 64 31 170 0.62 0.82 0 0.33 254.24 0.69 0.39
Hex 40 1F AA 3E 52 0 21 FE 45 27
Octal 100 37 252 76 122 0 41 376 105 47
Binary 1000000 11111 10101010 111110 1010010 0 100001 11111110 1000101 100111

Color Harmonies of #401FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401FAA

Black with #401FAA

Text Example


Text Example

White with #401FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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