Html Css Color HEX #402292 Blue Gem

📋 copy color: '#402292'

red 64 ◦ green 34 ◦ blue 146

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

Shades of Blue Gem #402292

Tints of Blue Gem #402292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.93%

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

R = 26.23%
G = 13.93%
B = 59.84%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#402292 (or 0x402292) is known color: Blue Gem. HEX triplet: 40, 22 and 92. RGB value is (64,34,146). Sum of RGB (Red+Green+Blue) = 64+34+146=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #402292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402292 is #BFDD6D. Grayscale: #373737. Windows color (decimal): -12574062 or 9577024. OLE color: 9577024.

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

Color convert

RGB 64 34 146 -
CMYK 0.56 0.77 0 0.43
HSL 256.07º 0.62% 0.35% -
HSV(B) 256.07º 0.77% 0.57% -
XYZ 7.87 4.31 27.61 -
YUV 55.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 64 34 146 0.56 0.77 0 0.43 256.07 0.62 0.35
Hex 40 22 92 38 4D 0 2B 100 3E 23
Octal 100 42 222 70 115 0 53 400 76 43
Binary 1000000 100010 10010010 111000 1001101 0 101011 100000000 111110 100011

Color Harmonies of #402292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402292

Black with #402292

Text Example


Text Example

White with #402292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402292; }

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

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

background-color css

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

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

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

border-color css

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

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

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