Html Css Color HEX #402FBC Purple Heart

📋 copy color: '#402FBC'

red 64 ◦ green 47 ◦ blue 188

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

Shades of Purple Heart #402FBC

Tints of Purple Heart #402FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.88%

R = 21.4%
G = 15.72%
B = 62.88%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#402FBC (or 0x402FBC) is known color: Purple Heart. HEX triplet: 40, 2F and BC. RGB value is (64,47,188). Sum of RGB (Red+Green+Blue) = 64+47+188=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #402FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402FBC is #BFD043. Grayscale: #434343. Windows color (decimal): -12570692 or 12332864. OLE color: 12332864.

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

Color convert

RGB 64 47 188 -
CMYK 0.66 0.75 0 0.26
HSL 247.23º 0.6% 0.46% -
HSV(B) 247.23º 0.75% 0.74% -
XYZ 12.21 6.75 48.24 -
YUV 68.16 195.63 125.04 -
System Red Green Blue C M Y K H S L
Decimal 64 47 188 0.66 0.75 0 0.26 247.23 0.6 0.46
Hex 40 2F BC 42 4B 0 1A F7 3C 2E
Octal 100 57 274 102 113 0 32 367 74 56
Binary 1000000 101111 10111100 1000010 1001011 0 11010 11110111 111100 101110

Color Harmonies of #402FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402FBC

Black with #402FBC

Text Example


Text Example

White with #402FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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