Html Css Color HEX #400BBD Purple Heart

📋 copy color: '#400BBD'

red 64 ◦ green 11 ◦ blue 189

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

Shades of Purple Heart #400BBD

Tints of Purple Heart #400BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 71.59%

R = 24.24%
G = 4.17%
B = 71.59%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#400BBD (or 0x400BBD) is known color: Purple Heart. HEX triplet: 40, 0B and BD. RGB value is (64,11,189). Sum of RGB (Red+Green+Blue) = 64+11+189=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 189 (74.22% from 255 or 71.59% from 264); Max value from RGB is 189 - color contains mainly: blue. Hex color #400BBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400BBD is #BFF442. Grayscale: #2E2E2E. Windows color (decimal): -12579907 or 12389184. OLE color: 12389184.

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

Color convert

RGB 64 11 189 -
CMYK 0.66 0.94 0 0.26
HSL 257.87º 0.89% 0.39% -
HSV(B) 257.87º 0.94% 0.74% -
XYZ 11.42 5 48.51 -
YUV 47.14 208.06 140.03 -
System Red Green Blue C M Y K H S L
Decimal 64 11 189 0.66 0.94 0 0.26 257.87 0.89 0.39
Hex 40 B BD 42 5E 0 1A 102 59 27
Octal 100 13 275 102 136 0 32 402 131 47
Binary 1000000 1011 10111101 1000010 1011110 0 11010 100000010 1011001 100111

Color Harmonies of #400BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400BBD

Black with #400BBD

Text Example


Text Example

White with #400BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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