Html Css Color HEX #402398 Blue Gem

📋 copy color: '#402398'

red 64 ◦ green 35 ◦ blue 152

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

Shades of Blue Gem #402398

Tints of Blue Gem #402398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.94%

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

R = 25.5%
G = 13.94%
B = 60.56%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#402398 (or 0x402398) is known color: Blue Gem. HEX triplet: 40, 23 and 98. RGB value is (64,35,152). Sum of RGB (Red+Green+Blue) = 64+35+152=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #402398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402398 is #BFDC67. Grayscale: #383838. Windows color (decimal): -12573800 or 9970496. OLE color: 9970496.

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

Color convert

RGB 64 35 152 -
CMYK 0.58 0.77 0 0.40
HSL 254.87º 0.63% 0.37% -
HSV(B) 254.87º 0.77% 0.6% -
XYZ 8.38 4.56 30.14 -
YUV 57.01 181.61 132.99 -
System Red Green Blue C M Y K H S L
Decimal 64 35 152 0.58 0.77 0 0.40 254.87 0.63 0.37
Hex 40 23 98 3A 4D 0 28 FF 3F 25
Octal 100 43 230 72 115 0 50 377 77 45
Binary 1000000 100011 10011000 111010 1001101 0 101000 11111111 111111 100101

Color Harmonies of #402398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402398

Black with #402398

Text Example


Text Example

White with #402398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402398; }

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

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

background-color css

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

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

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

border-color css

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

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

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