Html Css Color HEX #400BCB Purple Heart

📋 copy color: '#400BCB'

red 64 ◦ green 11 ◦ blue 203

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

Shades of Purple Heart #400BCB

Tints of Purple Heart #400BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 73.02%

R = 23.02%
G = 3.96%
B = 73.02%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#400BCB (or 0x400BCB) is known color: Purple Heart. HEX triplet: 40, 0B and CB. RGB value is (64,11,203). Sum of RGB (Red+Green+Blue) = 64+11+203=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #400BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400BCB is #BFF434. Grayscale: #303030. Windows color (decimal): -12579893 or 13306688. OLE color: 13306688.

HSL color Cylindrical-coordinate representation of color #400BCB: hue angle of 256.56º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400BCB is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 11 203 -
CMYK 0.68 0.95 0 0.20
HSL 256.56º 0.9% 0.42% -
HSV(B) 256.56º 0.95% 0.8% -
XYZ 13.01 5.64 56.9 -
YUV 48.74 215.06 138.89 -
System Red Green Blue C M Y K H S L
Decimal 64 11 203 0.68 0.95 0 0.20 256.56 0.9 0.42
Hex 40 B CB 44 5F 0 14 101 5A 2A
Octal 100 13 313 104 137 0 24 401 132 52
Binary 1000000 1011 11001011 1000100 1011111 0 10100 100000001 1011010 101010

Color Harmonies of #400BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400BCB

Black with #400BCB

Text Example


Text Example

White with #400BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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