Html Css Color HEX #402CBF Purple Heart

📋 copy color: '#402CBF'

red 64 ◦ green 44 ◦ blue 191

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

Shades of Purple Heart #402CBF

Tints of Purple Heart #402CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.72%

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

R = 21.4%
G = 14.72%
B = 63.88%

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

#402CBF (or 0x402CBF) is known color: Purple Heart. HEX triplet: 40, 2C and BF. RGB value is (64,44,191). Sum of RGB (Red+Green+Blue) = 64+44+191=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #402CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CBF is #BFD340. Grayscale: #424242. Windows color (decimal): -12571457 or 12528704. OLE color: 12528704.

HSL color Cylindrical-coordinate representation of color #402CBF: hue angle of 248.16º 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 #402CBF is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 44 191 -
CMYK 0.66 0.77 0 0.25
HSL 248.16º 0.63% 0.46% -
HSV(B) 248.16º 0.77% 0.75% -
XYZ 12.42 6.65 49.92 -
YUV 66.74 198.13 126.05 -
System Red Green Blue C M Y K H S L
Decimal 64 44 191 0.66 0.77 0 0.25 248.16 0.63 0.46
Hex 40 2C BF 42 4D 0 19 F8 3F 2E
Octal 100 54 277 102 115 0 31 370 77 56
Binary 1000000 101100 10111111 1000010 1001101 0 11001 11111000 111111 101110

Color Harmonies of #402CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402CBF

Black with #402CBF

Text Example


Text Example

White with #402CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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