Html Css Color HEX #402FA0 Blue Gem

📋 copy color: '#402FA0'

red 64 ◦ green 47 ◦ blue 160

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

Shades of Blue Gem #402FA0

Tints of Blue Gem #402FA0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.34%

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

R = 23.62%
G = 17.34%
B = 59.04%

CMYK

 C value IS 0.6

 M value IS 0.71

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#402FA0 (or 0x402FA0) is known color: Blue Gem. HEX triplet: 40, 2F and A0. RGB value is (64,47,160). Sum of RGB (Red+Green+Blue) = 64+47+160=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 160 (62.89% from 255 or 59.04% from 271); Max value from RGB is 160 - color contains mainly: blue. Hex color #402FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402FA0 is #BFD05F. Grayscale: #404040. Windows color (decimal): -12570720 or 10497856. OLE color: 10497856.

HSL color Cylindrical-coordinate representation of color #402FA0: hue angle of 249.03º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #402FA0 is Cyan = 0.6, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 47 160 -
CMYK 0.6 0.71 0 0.37
HSL 249.03º 0.55% 0.41% -
HSV(B) 249.03º 0.71% 0.63% -
XYZ 9.48 5.66 33.85 -
YUV 64.97 181.63 127.31 -
System Red Green Blue C M Y K H S L
Decimal 64 47 160 0.6 0.71 0 0.37 249.03 0.55 0.41
Hex 40 2F A0 3C 47 0 25 F9 37 29
Octal 100 57 240 74 107 0 45 371 67 51
Binary 1000000 101111 10100000 111100 1000111 0 100101 11111001 110111 101001

Color Harmonies of #402FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402FA0

Black with #402FA0

Text Example


Text Example

White with #402FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402FA0; }

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

 H1.HeaderClassName
 {
   color: #402FA0;
 }
 .AnyTagClassName
 {
   color: #402FA0;
 }
</style>

background-color css

<style>
 a { background-color: #402FA0; }

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

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

border-color css

<style>
 span { border-color: #402FA0; }

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

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