Html Css Color HEX #400ABE Purple Heart

📋 copy color: '#400ABE'

red 64 ◦ green 10 ◦ blue 190

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

Shades of Purple Heart #400ABE

Tints of Purple Heart #400ABE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.79%

 BLUE value IS 190 (74.61% from 255) = 71.97%

R = 24.24%
G = 3.79%
B = 71.97%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#400ABE (or 0x400ABE) is known color: Purple Heart. HEX triplet: 40, 0A and BE. RGB value is (64,10,190). Sum of RGB (Red+Green+Blue) = 64+10+190=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 190 (74.61% from 255 or 71.97% from 264); Max value from RGB is 190 - color contains mainly: blue. Hex color #400ABE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400ABE is #BFF541. Grayscale: #2E2E2E. Windows color (decimal): -12580162 or 12454464. OLE color: 12454464.

HSL color Cylindrical-coordinate representation of color #400ABE: hue angle of 258º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400ABE is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 10 190 -
CMYK 0.66 0.95 0 0.25
HSL 258º 0.9% 0.39% -
HSV(B) 258º 0.95% 0.75% -
XYZ 11.52 5.02 49.08 -
YUV 46.67 208.89 140.36 -
System Red Green Blue C M Y K H S L
Decimal 64 10 190 0.66 0.95 0 0.25 258 0.9 0.39
Hex 40 A BE 42 5F 0 19 102 5A 27
Octal 100 12 276 102 137 0 31 402 132 47
Binary 1000000 1010 10111110 1000010 1011111 0 11001 100000010 1011010 100111

Color Harmonies of #400ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400ABE

Black with #400ABE

Text Example


Text Example

White with #400ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400ABE; }

 p { color: rgb(64,10,190); }

 H1.HeaderClassName
 {
   color: #400ABE;
 }
 .AnyTagClassName
 {
   color: #400ABE;
 }
</style>

background-color css

<style>
 a { background-color: #400ABE; }

 a { background-color: rgb(64,10,190); }

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

border-color css

<style>
 span { border-color: #400ABE; }

 span { border-color: rgb(64,10,190); }

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