Html Css Color HEX #402ABD Purple Heart

📋 copy color: '#402ABD'

red 64 ◦ green 42 ◦ blue 189

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

Shades of Purple Heart #402ABD

Tints of Purple Heart #402ABD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.24%

 BLUE value IS 189 (74.22% from 255) = 64.07%

R = 21.69%
G = 14.24%
B = 64.07%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#402ABD (or 0x402ABD) is known color: Purple Heart. HEX triplet: 40, 2A and BD. RGB value is (64,42,189). Sum of RGB (Red+Green+Blue) = 64+42+189=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #402ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402ABD is #BFD542. Grayscale: #404040. Windows color (decimal): -12571971 or 12397120. OLE color: 12397120.

HSL color Cylindrical-coordinate representation of color #402ABD: hue angle of 248.98º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402ABD is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 42 189 -
CMYK 0.66 0.78 0 0.26
HSL 248.98º 0.64% 0.45% -
HSV(B) 248.98º 0.78% 0.74% -
XYZ 12.13 6.42 48.74 -
YUV 65.34 197.79 127.05 -
System Red Green Blue C M Y K H S L
Decimal 64 42 189 0.66 0.78 0 0.26 248.98 0.64 0.45
Hex 40 2A BD 42 4E 0 1A F9 40 2D
Octal 100 52 275 102 116 0 32 371 100 55
Binary 1000000 101010 10111101 1000010 1001110 0 11010 11111001 1000000 101101

Color Harmonies of #402ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402ABD

Black with #402ABD

Text Example


Text Example

White with #402ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,42,189); }

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

background-color css

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

 a { background-color: rgb(64,42,189); }

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

border-color css

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

 span { border-color: rgb(64,42,189); }

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