Html Css Color HEX #400BBA Purple Heart

📋 copy color: '#400BBA'

red 64 ◦ green 11 ◦ blue 186

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

Shades of Purple Heart #400BBA

Tints of Purple Heart #400BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.21%

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

R = 24.52%
G = 4.21%
B = 71.26%

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

#400BBA (or 0x400BBA) is known color: Purple Heart. HEX triplet: 40, 0B and BA. RGB value is (64,11,186). Sum of RGB (Red+Green+Blue) = 64+11+186=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #400BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400BBA is #BFF445. Grayscale: #2E2E2E. Windows color (decimal): -12579910 or 12192576. OLE color: 12192576.

HSL color Cylindrical-coordinate representation of color #400BBA: hue angle of 258.17º degrees, saturation: 0.89, 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 #400BBA is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 11 186 -
CMYK 0.66 0.94 0 0.27
HSL 258.17º 0.89% 0.39% -
HSV(B) 258.17º 0.94% 0.73% -
XYZ 11.1 4.87 46.81 -
YUV 46.8 206.56 140.27 -
System Red Green Blue C M Y K H S L
Decimal 64 11 186 0.66 0.94 0 0.27 258.17 0.89 0.39
Hex 40 B BA 42 5E 0 1B 102 59 27
Octal 100 13 272 102 136 0 33 402 131 47
Binary 1000000 1011 10111010 1000010 1011110 0 11011 100000010 1011001 100111

Color Harmonies of #400BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400BBA

Black with #400BBA

Text Example


Text Example

White with #400BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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