Html Css Color HEX #400CBA Purple Heart

📋 copy color: '#400CBA'

red 64 ◦ green 12 ◦ blue 186

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

Shades of Purple Heart #400CBA

Tints of Purple Heart #400CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.58%

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

R = 24.43%
G = 4.58%
B = 70.99%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#400CBA (or 0x400CBA) is known color: Purple Heart. HEX triplet: 40, 0C and BA. RGB value is (64,12,186). Sum of RGB (Red+Green+Blue) = 64+12+186=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #400CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400CBA is #BFF345. Grayscale: #2E2E2E. Windows color (decimal): -12579654 or 12192832. OLE color: 12192832.

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

Color convert

RGB 64 12 186 -
CMYK 0.66 0.94 0 0.27
HSL 257.93º 0.88% 0.39% -
HSV(B) 257.93º 0.94% 0.73% -
XYZ 11.11 4.9 46.81 -
YUV 47.38 206.23 139.85 -
System Red Green Blue C M Y K H S L
Decimal 64 12 186 0.66 0.94 0 0.27 257.93 0.88 0.39
Hex 40 C BA 42 5E 0 1B 102 58 27
Octal 100 14 272 102 136 0 33 402 130 47
Binary 1000000 1100 10111010 1000010 1011110 0 11011 100000010 1011000 100111

Color Harmonies of #400CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CBA

Black with #400CBA

Text Example


Text Example

White with #400CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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