Html Css Color HEX #402CAC Blue Gem

📋 copy color: '#402CAC'

red 64 ◦ green 44 ◦ blue 172

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

Shades of Blue Gem #402CAC

Tints of Blue Gem #402CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.43%

R = 22.86%
G = 15.71%
B = 61.43%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#402CAC (or 0x402CAC) is known color: Blue Gem. HEX triplet: 40, 2C and AC. RGB value is (64,44,172). Sum of RGB (Red+Green+Blue) = 64+44+172=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #402CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402CAC is #BFD353. Grayscale: #404040. Windows color (decimal): -12571476 or 11283520. OLE color: 11283520.

HSL color Cylindrical-coordinate representation of color #402CAC: hue angle of 249.38º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #402CAC is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 44 172 -
CMYK 0.63 0.74 0 0.33
HSL 249.38º 0.59% 0.42% -
HSV(B) 249.38º 0.74% 0.67% -
XYZ 10.46 5.87 39.61 -
YUV 64.57 188.63 127.59 -
System Red Green Blue C M Y K H S L
Decimal 64 44 172 0.63 0.74 0 0.33 249.38 0.59 0.42
Hex 40 2C AC 3F 4A 0 21 F9 3B 2A
Octal 100 54 254 77 112 0 41 371 73 52
Binary 1000000 101100 10101100 111111 1001010 0 100001 11111001 111011 101010

Color Harmonies of #402CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402CAC

Black with #402CAC

Text Example


Text Example

White with #402CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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