Html Css Color HEX #402D91 Blue Gem

📋 copy color: '#402D91'

red 64 ◦ green 45 ◦ blue 145

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

Shades of Blue Gem #402D91

Tints of Blue Gem #402D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 57.09%

R = 25.2%
G = 17.72%
B = 57.09%

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

#402D91 (or 0x402D91) is known color: Blue Gem. HEX triplet: 40, 2D and 91. RGB value is (64,45,145). Sum of RGB (Red+Green+Blue) = 64+45+145=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #402D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402D91 is #BFD26E. Grayscale: #3D3D3D. Windows color (decimal): -12571247 or 9514304. OLE color: 9514304.

HSL color Cylindrical-coordinate representation of color #402D91: hue angle of 251.4º 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 #402D91 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 45 145 -
CMYK 0.56 0.69 0 0.43
HSL 251.4º 0.53% 0.37% -
HSV(B) 251.4º 0.69% 0.57% -
XYZ 8.16 5.01 27.33 -
YUV 62.08 174.79 129.37 -
System Red Green Blue C M Y K H S L
Decimal 64 45 145 0.56 0.69 0 0.43 251.4 0.53 0.37
Hex 40 2D 91 38 45 0 2B FB 35 25
Octal 100 55 221 70 105 0 53 373 65 45
Binary 1000000 101101 10010001 111000 1000101 0 101011 11111011 110101 100101

Color Harmonies of #402D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402D91

Black with #402D91

Text Example


Text Example

White with #402D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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