Html Css Color HEX #402FAC Blue Gem

📋 copy color: '#402FAC'

red 64 ◦ green 47 ◦ blue 172

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

Shades of Blue Gem #402FAC

Tints of Blue Gem #402FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.61%

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

R = 22.61%
G = 16.61%
B = 60.78%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#402FAC (or 0x402FAC) is known color: Blue Gem. HEX triplet: 40, 2F and AC. RGB value is (64,47,172). Sum of RGB (Red+Green+Blue) = 64+47+172=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #402FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402FAC is #BFD053. Grayscale: #414141. Windows color (decimal): -12570708 or 11284288. OLE color: 11284288.

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

Color convert

RGB 64 47 172 -
CMYK 0.63 0.73 0 0.33
HSL 248.16º 0.57% 0.43% -
HSV(B) 248.16º 0.73% 0.67% -
XYZ 10.58 6.1 39.65 -
YUV 66.33 187.63 126.34 -
System Red Green Blue C M Y K H S L
Decimal 64 47 172 0.63 0.73 0 0.33 248.16 0.57 0.43
Hex 40 2F AC 3F 49 0 21 F8 39 2B
Octal 100 57 254 77 111 0 41 370 71 53
Binary 1000000 101111 10101100 111111 1001001 0 100001 11111000 111001 101011

Color Harmonies of #402FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402FAC

Black with #402FAC

Text Example


Text Example

White with #402FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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