Html Css Color HEX #402FBF Purple Heart

📋 copy color: '#402FBF'

red 64 ◦ green 47 ◦ blue 191

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

Shades of Purple Heart #402FBF

Tints of Purple Heart #402FBF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.56%

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

R = 21.19%
G = 15.56%
B = 63.25%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#402FBF (or 0x402FBF) is known color: Purple Heart. HEX triplet: 40, 2F and BF. RGB value is (64,47,191). Sum of RGB (Red+Green+Blue) = 64+47+191=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #402FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402FBF is #BFD040. Grayscale: #434343. Windows color (decimal): -12570689 or 12529472. OLE color: 12529472.

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

Color convert

RGB 64 47 191 -
CMYK 0.66 0.75 0 0.25
HSL 247.08º 0.61% 0.47% -
HSV(B) 247.08º 0.75% 0.75% -
XYZ 12.53 6.88 49.96 -
YUV 68.5 197.13 124.79 -
System Red Green Blue C M Y K H S L
Decimal 64 47 191 0.66 0.75 0 0.25 247.08 0.61 0.47
Hex 40 2F BF 42 4B 0 19 F7 3D 2F
Octal 100 57 277 102 113 0 31 367 75 57
Binary 1000000 101111 10111111 1000010 1001011 0 11001 11110111 111101 101111

Color Harmonies of #402FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402FBF

Black with #402FBF

Text Example


Text Example

White with #402FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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