Html Css Color HEX #402F99 Blue Gem

📋 copy color: '#402F99'

red 64 ◦ green 47 ◦ blue 153

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

Shades of Blue Gem #402F99

Tints of Blue Gem #402F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.95%

R = 24.24%
G = 17.8%
B = 57.95%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#402F99 (or 0x402F99) is known color: Blue Gem. HEX triplet: 40, 2F and 99. RGB value is (64,47,153). Sum of RGB (Red+Green+Blue) = 64+47+153=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #402F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402F99 is #BFD066. Grayscale: #3F3F3F. Windows color (decimal): -12570727 or 10039104. OLE color: 10039104.

HSL color Cylindrical-coordinate representation of color #402F99: hue angle of 249.62º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #402F99 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 47 153 -
CMYK 0.58 0.69 0 0.4
HSL 249.62º 0.53% 0.39% -
HSV(B) 249.62º 0.69% 0.6% -
XYZ 8.88 5.42 30.72 -
YUV 64.17 178.13 127.88 -
System Red Green Blue C M Y K H S L
Decimal 64 47 153 0.58 0.69 0 0.4 249.62 0.53 0.39
Hex 40 2F 99 3A 45 0 28 FA 35 27
Octal 100 57 231 72 105 0 50 372 65 47
Binary 1000000 101111 10011001 111010 1000101 0 101000 11111010 110101 100111

Color Harmonies of #402F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F99

Black with #402F99

Text Example


Text Example

White with #402F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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