Html Css Color HEX #401FA3 Blue Gem

📋 copy color: '#401FA3'

red 64 ◦ green 31 ◦ blue 163

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

Shades of Blue Gem #401FA3

Tints of Blue Gem #401FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 63.18%

R = 24.81%
G = 12.02%
B = 63.18%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#401FA3 (or 0x401FA3) is known color: Blue Gem. HEX triplet: 40, 1F and A3. RGB value is (64,31,163). Sum of RGB (Red+Green+Blue) = 64+31+163=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 163 (64.06% from 255 or 63.18% from 258); Max value from RGB is 163 - color contains mainly: blue. Hex color #401FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401FA3 is #BFE05C. Grayscale: #373737. Windows color (decimal): -12574813 or 10690368. OLE color: 10690368.

HSL color Cylindrical-coordinate representation of color #401FA3: hue angle of 255º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401FA3 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 31 163 -
CMYK 0.61 0.81 0 0.36
HSL 255º 0.68% 0.38% -
HSV(B) 255º 0.81% 0.64% -
XYZ 9.22 4.71 35.07 -
YUV 55.92 188.43 133.77 -
System Red Green Blue C M Y K H S L
Decimal 64 31 163 0.61 0.81 0 0.36 255 0.68 0.38
Hex 40 1F A3 3D 51 0 24 FF 44 26
Octal 100 37 243 75 121 0 44 377 104 46
Binary 1000000 11111 10100011 111101 1010001 0 100100 11111111 1000100 100110

Color Harmonies of #401FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401FA3

Black with #401FA3

Text Example


Text Example

White with #401FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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