Html Css Color HEX #402792 Blue Gem

📋 copy color: '#402792'

red 64 ◦ green 39 ◦ blue 146

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

Shades of Blue Gem #402792

Tints of Blue Gem #402792

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.66%

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

R = 25.7%
G = 15.66%
B = 58.63%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#402792 (or 0x402792) is known color: Blue Gem. HEX triplet: 40, 27 and 92. RGB value is (64,39,146). Sum of RGB (Red+Green+Blue) = 64+39+146=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #402792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402792 is #BFD86D. Grayscale: #3A3A3A. Windows color (decimal): -12572782 or 9578304. OLE color: 9578304.

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

Color convert

RGB 64 39 146 -
CMYK 0.56 0.73 0 0.43
HSL 254.02º 0.58% 0.36% -
HSV(B) 254.02º 0.73% 0.57% -
XYZ 8.03 4.62 27.66 -
YUV 58.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 64 39 146 0.56 0.73 0 0.43 254.02 0.58 0.36
Hex 40 27 92 38 49 0 2B FE 3A 24
Octal 100 47 222 70 111 0 53 376 72 44
Binary 1000000 100111 10010010 111000 1001001 0 101011 11111110 111010 100100

Color Harmonies of #402792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402792

Black with #402792

Text Example


Text Example

White with #402792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402792; }

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

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

background-color css

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

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

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

border-color css

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

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

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