Html Css Color HEX #402D90 Blue Gem

📋 copy color: '#402D90'

red 64 ◦ green 45 ◦ blue 144

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

Shades of Blue Gem #402D90

Tints of Blue Gem #402D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.92%

R = 25.3%
G = 17.79%
B = 56.92%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#402D90 (or 0x402D90) is known color: Blue Gem. HEX triplet: 40, 2D and 90. RGB value is (64,45,144). Sum of RGB (Red+Green+Blue) = 64+45+144=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #402D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402D90 is #BFD26F. Grayscale: #3D3D3D. Windows color (decimal): -12571248 or 9448768. OLE color: 9448768.

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

Color convert

RGB 64 45 144 -
CMYK 0.56 0.69 0 0.44
HSL 251.52º 0.52% 0.37% -
HSV(B) 251.52º 0.69% 0.56% -
XYZ 8.09 4.98 26.92 -
YUV 61.97 174.29 129.45 -
System Red Green Blue C M Y K H S L
Decimal 64 45 144 0.56 0.69 0 0.44 251.52 0.52 0.37
Hex 40 2D 90 38 45 0 2C FC 34 25
Octal 100 55 220 70 105 0 54 374 64 45
Binary 1000000 101101 10010000 111000 1000101 0 101100 11111100 110100 100101

Color Harmonies of #402D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402D90

Black with #402D90

Text Example


Text Example

White with #402D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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