Html Css Color HEX #402392 Blue Gem

📋 copy color: '#402392'

red 64 ◦ green 35 ◦ blue 146

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

Shades of Blue Gem #402392

Tints of Blue Gem #402392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.59%

R = 26.12%
G = 14.29%
B = 59.59%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#402392 (or 0x402392) is known color: Blue Gem. HEX triplet: 40, 23 and 92. RGB value is (64,35,146). Sum of RGB (Red+Green+Blue) = 64+35+146=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #402392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402392 is #BFDC6D. Grayscale: #373737. Windows color (decimal): -12573806 or 9577280. OLE color: 9577280.

HSL color Cylindrical-coordinate representation of color #402392: hue angle of 255.68º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #402392 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 35 146 -
CMYK 0.56 0.76 0 0.43
HSL 255.68º 0.61% 0.35% -
HSV(B) 255.68º 0.76% 0.57% -
XYZ 7.9 4.37 27.62 -
YUV 56.33 178.61 133.47 -
System Red Green Blue C M Y K H S L
Decimal 64 35 146 0.56 0.76 0 0.43 255.68 0.61 0.35
Hex 40 23 92 38 4C 0 2B 100 3D 23
Octal 100 43 222 70 114 0 53 400 75 43
Binary 1000000 100011 10010010 111000 1001100 0 101011 100000000 111101 100011

Color Harmonies of #402392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402392

Black with #402392

Text Example


Text Example

White with #402392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402392; }

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

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

background-color css

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

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

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

border-color css

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

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

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