Html Css Color HEX #402ABB Purple Heart

📋 copy color: '#402ABB'

red 64 ◦ green 42 ◦ blue 187

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

Shades of Purple Heart #402ABB

Tints of Purple Heart #402ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.82%

R = 21.84%
G = 14.33%
B = 63.82%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#402ABB (or 0x402ABB) is known color: Purple Heart. HEX triplet: 40, 2A and BB. RGB value is (64,42,187). Sum of RGB (Red+Green+Blue) = 64+42+187=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #402ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402ABB is #BFD544. Grayscale: #404040. Windows color (decimal): -12571973 or 12266048. OLE color: 12266048.

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

Color convert

RGB 64 42 187 -
CMYK 0.66 0.78 0 0.27
HSL 249.1º 0.63% 0.45% -
HSV(B) 249.1º 0.78% 0.73% -
XYZ 11.91 6.33 47.61 -
YUV 65.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 64 42 187 0.66 0.78 0 0.27 249.1 0.63 0.45
Hex 40 2A BB 42 4E 0 1B F9 3F 2D
Octal 100 52 273 102 116 0 33 371 77 55
Binary 1000000 101010 10111011 1000010 1001110 0 11011 11111001 111111 101101

Color Harmonies of #402ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402ABB

Black with #402ABB

Text Example


Text Example

White with #402ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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