Html Css Color HEX #400ABA Purple Heart

📋 copy color: '#400ABA'

red 64 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #400ABA

Tints of Purple Heart #400ABA

RGB

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

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

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

R = 24.62%
G = 3.85%
B = 71.54%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#400ABA (or 0x400ABA) is known color: Purple Heart. HEX triplet: 40, 0A and BA. RGB value is (64,10,186). Sum of RGB (Red+Green+Blue) = 64+10+186=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #400ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400ABA is #BFF545. Grayscale: #2D2D2D. Windows color (decimal): -12580166 or 12192320. OLE color: 12192320.

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

Color convert

RGB 64 10 186 -
CMYK 0.66 0.95 0 0.27
HSL 258.41º 0.9% 0.38% -
HSV(B) 258.41º 0.95% 0.73% -
XYZ 11.09 4.85 46.81 -
YUV 46.21 206.89 140.69 -
System Red Green Blue C M Y K H S L
Decimal 64 10 186 0.66 0.95 0 0.27 258.41 0.9 0.38
Hex 40 A BA 42 5F 0 1B 102 5A 26
Octal 100 12 272 102 137 0 33 402 132 46
Binary 1000000 1010 10111010 1000010 1011111 0 11011 100000010 1011010 100110

Color Harmonies of #400ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400ABA

Black with #400ABA

Text Example


Text Example

White with #400ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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