Html Css Color HEX #402A98 Blue Gem

📋 copy color: '#402A98'

red 64 ◦ green 42 ◦ blue 152

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

Shades of Blue Gem #402A98

Tints of Blue Gem #402A98

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.28%

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

R = 24.81%
G = 16.28%
B = 58.91%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#402A98 (or 0x402A98) is known color: Blue Gem. HEX triplet: 40, 2A and 98. RGB value is (64,42,152). Sum of RGB (Red+Green+Blue) = 64+42+152=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #402A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402A98 is #BFD567. Grayscale: #3C3C3C. Windows color (decimal): -12572008 or 9972288. OLE color: 9972288.

HSL color Cylindrical-coordinate representation of color #402A98: hue angle of 252º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #402A98 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 42 152 -
CMYK 0.58 0.72 0 0.40
HSL 252º 0.57% 0.38% -
HSV(B) 252º 0.72% 0.6% -
XYZ 8.61 5.01 30.22 -
YUV 61.12 179.29 130.06 -
System Red Green Blue C M Y K H S L
Decimal 64 42 152 0.58 0.72 0 0.40 252 0.57 0.38
Hex 40 2A 98 3A 48 0 28 FC 39 26
Octal 100 52 230 72 110 0 50 374 71 46
Binary 1000000 101010 10011000 111010 1001000 0 101000 11111100 111001 100110

Color Harmonies of #402A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402A98

Black with #402A98

Text Example


Text Example

White with #402A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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