Html Css Color HEX #402BBF Purple Heart

📋 copy color: '#402BBF'

red 64 ◦ green 43 ◦ blue 191

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

Shades of Purple Heart #402BBF

Tints of Purple Heart #402BBF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

 BLUE value IS 191 (75% from 255) = 64.09%

R = 21.48%
G = 14.43%
B = 64.09%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#402BBF (or 0x402BBF) is known color: Purple Heart. HEX triplet: 40, 2B and BF. RGB value is (64,43,191). Sum of RGB (Red+Green+Blue) = 64+43+191=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #402BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402BBF is #BFD440. Grayscale: #414141. Windows color (decimal): -12571713 or 12528448. OLE color: 12528448.

HSL color Cylindrical-coordinate representation of color #402BBF: hue angle of 248.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402BBF is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 43 191 -
CMYK 0.66 0.77 0 0.25
HSL 248.51º 0.63% 0.46% -
HSV(B) 248.51º 0.77% 0.75% -
XYZ 12.38 6.58 49.91 -
YUV 66.15 198.46 126.47 -
System Red Green Blue C M Y K H S L
Decimal 64 43 191 0.66 0.77 0 0.25 248.51 0.63 0.46
Hex 40 2B BF 42 4D 0 19 F9 3F 2E
Octal 100 53 277 102 115 0 31 371 77 56
Binary 1000000 101011 10111111 1000010 1001101 0 11001 11111001 111111 101110

Color Harmonies of #402BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402BBF

Black with #402BBF

Text Example


Text Example

White with #402BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402BBF; }

 p { color: rgb(64,43,191); }

 H1.HeaderClassName
 {
   color: #402BBF;
 }
 .AnyTagClassName
 {
   color: #402BBF;
 }
</style>

background-color css

<style>
 a { background-color: #402BBF; }

 a { background-color: rgb(64,43,191); }

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

border-color css

<style>
 span { border-color: #402BBF; }

 span { border-color: rgb(64,43,191); }

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