Html Css Color HEX #402ABA Purple Heart

📋 copy color: '#402ABA'

red 64 ◦ green 42 ◦ blue 186

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

Shades of Purple Heart #402ABA

Tints of Purple Heart #402ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.7%

R = 21.92%
G = 14.38%
B = 63.7%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#402ABA (or 0x402ABA) is known color: Purple Heart. HEX triplet: 40, 2A and BA. RGB value is (64,42,186). Sum of RGB (Red+Green+Blue) = 64+42+186=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #402ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402ABA is #BFD545. Grayscale: #404040. Windows color (decimal): -12571974 or 12200512. OLE color: 12200512.

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

Color convert

RGB 64 42 186 -
CMYK 0.66 0.77 0 0.27
HSL 249.17º 0.63% 0.45% -
HSV(B) 249.17º 0.77% 0.73% -
XYZ 11.81 6.29 47.05 -
YUV 64.99 196.29 127.29 -
System Red Green Blue C M Y K H S L
Decimal 64 42 186 0.66 0.77 0 0.27 249.17 0.63 0.45
Hex 40 2A BA 42 4D 0 1B F9 3F 2D
Octal 100 52 272 102 115 0 33 371 77 55
Binary 1000000 101010 10111010 1000010 1001101 0 11011 11111001 111111 101101

Color Harmonies of #402ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402ABA

Black with #402ABA

Text Example


Text Example

White with #402ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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