Html Css Color HEX #402DAB Blue Gem

📋 copy color: '#402DAB'

red 64 ◦ green 45 ◦ blue 171

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

Shades of Blue Gem #402DAB

Tints of Blue Gem #402DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.07%

R = 22.86%
G = 16.07%
B = 61.07%

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

#402DAB (or 0x402DAB) is known color: Blue Gem. HEX triplet: 40, 2D and AB. RGB value is (64,45,171). Sum of RGB (Red+Green+Blue) = 64+45+171=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #402DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402DAB is #BFD254. Grayscale: #404040. Windows color (decimal): -12571221 or 11218240. OLE color: 11218240.

HSL color Cylindrical-coordinate representation of color #402DAB: hue angle of 249.05º degrees, saturation: 0.58, 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 #402DAB is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 45 171 -
CMYK 0.63 0.74 0 0.33
HSL 249.05º 0.58% 0.42% -
HSV(B) 249.05º 0.74% 0.67% -
XYZ 10.4 5.91 39.12 -
YUV 65.05 187.79 127.25 -
System Red Green Blue C M Y K H S L
Decimal 64 45 171 0.63 0.74 0 0.33 249.05 0.58 0.42
Hex 40 2D AB 3F 4A 0 21 F9 3A 2A
Octal 100 55 253 77 112 0 41 371 72 52
Binary 1000000 101101 10101011 111111 1001010 0 100001 11111001 111010 101010

Color Harmonies of #402DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402DAB

Black with #402DAB

Text Example


Text Example

White with #402DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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