Html Css Color HEX #402C90 Blue Gem

📋 copy color: '#402C90'

red 64 ◦ green 44 ◦ blue 144

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

Shades of Blue Gem #402C90

Tints of Blue Gem #402C90

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.46%

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

R = 25.4%
G = 17.46%
B = 57.14%

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

#402C90 (or 0x402C90) is known color: Blue Gem. HEX triplet: 40, 2C and 90. RGB value is (64,44,144). Sum of RGB (Red+Green+Blue) = 64+44+144=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #402C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402C90 is #BFD36F. Grayscale: #3D3D3D. Windows color (decimal): -12571504 or 9448512. OLE color: 9448512.

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

Color convert

RGB 64 44 144 -
CMYK 0.56 0.69 0 0.44
HSL 252º 0.53% 0.37% -
HSV(B) 252º 0.69% 0.56% -
XYZ 8.05 4.9 26.91 -
YUV 61.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 64 44 144 0.56 0.69 0 0.44 252 0.53 0.37
Hex 40 2C 90 38 45 0 2C FC 35 25
Octal 100 54 220 70 105 0 54 374 65 45
Binary 1000000 101100 10010000 111000 1000101 0 101100 11111100 110101 100101

Color Harmonies of #402C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C90

Black with #402C90

Text Example


Text Example

White with #402C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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