Html Css Color HEX #402199 Blue Gem

📋 copy color: '#402199'

red 64 ◦ green 33 ◦ blue 153

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

Shades of Blue Gem #402199

Tints of Blue Gem #402199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.2%

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

R = 25.6%
G = 13.2%
B = 61.2%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#402199 (or 0x402199) is known color: Blue Gem. HEX triplet: 40, 21 and 99. RGB value is (64,33,153). Sum of RGB (Red+Green+Blue) = 64+33+153=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #402199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402199 is #BFDE66. Grayscale: #373737. Windows color (decimal): -12574311 or 10035520. OLE color: 10035520.

HSL color Cylindrical-coordinate representation of color #402199: hue angle of 255.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402199 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 33 153 -
CMYK 0.58 0.78 0 0.4
HSL 255.5º 0.65% 0.36% -
HSV(B) 255.5º 0.78% 0.6% -
XYZ 8.41 4.48 30.56 -
YUV 55.95 182.77 133.74 -
System Red Green Blue C M Y K H S L
Decimal 64 33 153 0.58 0.78 0 0.4 255.5 0.65 0.36
Hex 40 21 99 3A 4E 0 28 100 41 24
Octal 100 41 231 72 116 0 50 400 101 44
Binary 1000000 100001 10011001 111010 1001110 0 101000 100000000 1000001 100100

Color Harmonies of #402199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402199

Black with #402199

Text Example


Text Example

White with #402199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402199; }

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

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

background-color css

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

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

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

border-color css

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

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

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