Html Css Color HEX #402098 Blue Gem

📋 copy color: '#402098'

red 64 ◦ green 32 ◦ blue 152

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

Shades of Blue Gem #402098

Tints of Blue Gem #402098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.9%

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

R = 25.81%
G = 12.9%
B = 61.29%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#402098 (or 0x402098) is known color: Blue Gem. HEX triplet: 40, 20 and 98. RGB value is (64,32,152). Sum of RGB (Red+Green+Blue) = 64+32+152=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #402098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402098 is #BFDF67. Grayscale: #363636. Windows color (decimal): -12574568 or 9969728. OLE color: 9969728.

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

Color convert

RGB 64 32 152 -
CMYK 0.58 0.79 0 0.40
HSL 256º 0.65% 0.36% -
HSV(B) 256º 0.79% 0.6% -
XYZ 8.3 4.39 30.12 -
YUV 55.25 182.6 134.24 -
System Red Green Blue C M Y K H S L
Decimal 64 32 152 0.58 0.79 0 0.40 256 0.65 0.36
Hex 40 20 98 3A 4F 0 28 100 41 24
Octal 100 40 230 72 117 0 50 400 101 44
Binary 1000000 100000 10011000 111010 1001111 0 101000 100000000 1000001 100100

Color Harmonies of #402098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402098

Black with #402098

Text Example


Text Example

White with #402098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402098; }

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

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

background-color css

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

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

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

border-color css

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

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

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