Html Css Color HEX #402D92 Blue Gem

📋 copy color: '#402D92'

red 64 ◦ green 45 ◦ blue 146

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

Shades of Blue Gem #402D92

Tints of Blue Gem #402D92

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.65%

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

R = 25.1%
G = 17.65%
B = 57.25%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#402D92 (or 0x402D92) is known color: Blue Gem. HEX triplet: 40, 2D and 92. RGB value is (64,45,146). Sum of RGB (Red+Green+Blue) = 64+45+146=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #402D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402D92 is #BFD26D. Grayscale: #3D3D3D. Windows color (decimal): -12571246 or 9579840. OLE color: 9579840.

HSL color Cylindrical-coordinate representation of color #402D92: hue angle of 251.29º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #402D92 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 45 146 -
CMYK 0.56 0.69 0 0.43
HSL 251.29º 0.53% 0.37% -
HSV(B) 251.29º 0.69% 0.57% -
XYZ 8.24 5.04 27.73 -
YUV 62.2 175.29 129.29 -
System Red Green Blue C M Y K H S L
Decimal 64 45 146 0.56 0.69 0 0.43 251.29 0.53 0.37
Hex 40 2D 92 38 45 0 2B FB 35 25
Octal 100 55 222 70 105 0 53 373 65 45
Binary 1000000 101101 10010010 111000 1000101 0 101011 11111011 110101 100101

Color Harmonies of #402D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402D92

Black with #402D92

Text Example


Text Example

White with #402D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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