Html Css Color HEX #402198 Blue Gem

📋 copy color: '#402198'

red 64 ◦ green 33 ◦ blue 152

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

Shades of Blue Gem #402198

Tints of Blue Gem #402198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 61.04%

R = 25.7%
G = 13.25%
B = 61.04%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#402198 (or 0x402198) is known color: Blue Gem. HEX triplet: 40, 21 and 98. RGB value is (64,33,152). Sum of RGB (Red+Green+Blue) = 64+33+152=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #402198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402198 is #BFDE67. Grayscale: #373737. Windows color (decimal): -12574312 or 9969984. OLE color: 9969984.

HSL color Cylindrical-coordinate representation of color #402198: hue angle of 255.63º degrees, saturation: 0.64, 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 #402198 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 33 152 -
CMYK 0.58 0.78 0 0.40
HSL 255.63º 0.64% 0.36% -
HSV(B) 255.63º 0.78% 0.6% -
XYZ 8.33 4.44 30.12 -
YUV 55.84 182.27 133.82 -
System Red Green Blue C M Y K H S L
Decimal 64 33 152 0.58 0.78 0 0.40 255.63 0.64 0.36
Hex 40 21 98 3A 4E 0 28 100 40 24
Octal 100 41 230 72 116 0 50 400 100 44
Binary 1000000 100001 10011000 111010 1001110 0 101000 100000000 1000000 100100

Color Harmonies of #402198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402198

Black with #402198

Text Example


Text Example

White with #402198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402198; }

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

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

background-color css

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

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

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

border-color css

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

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

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