Html Css Color HEX #402CAD Blue Gem

📋 copy color: '#402CAD'

red 64 ◦ green 44 ◦ blue 173

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

Shades of Blue Gem #402CAD

Tints of Blue Gem #402CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 61.57%

R = 22.78%
G = 15.66%
B = 61.57%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#402CAD (or 0x402CAD) is known color: Blue Gem. HEX triplet: 40, 2C and AD. RGB value is (64,44,173). Sum of RGB (Red+Green+Blue) = 64+44+173=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #402CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402CAD is #BFD352. Grayscale: #404040. Windows color (decimal): -12571475 or 11349056. OLE color: 11349056.

HSL color Cylindrical-coordinate representation of color #402CAD: hue angle of 249.3º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #402CAD is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 44 173 -
CMYK 0.63 0.75 0 0.32
HSL 249.3º 0.59% 0.43% -
HSV(B) 249.3º 0.75% 0.68% -
XYZ 10.56 5.91 40.12 -
YUV 64.69 189.13 127.51 -
System Red Green Blue C M Y K H S L
Decimal 64 44 173 0.63 0.75 0 0.32 249.3 0.59 0.43
Hex 40 2C AD 3F 4B 0 20 F9 3B 2B
Octal 100 54 255 77 113 0 40 371 73 53
Binary 1000000 101100 10101101 111111 1001011 0 100000 11111001 111011 101011

Color Harmonies of #402CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402CAD

Black with #402CAD

Text Example


Text Example

White with #402CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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