Html Css Color HEX #402FBA Purple Heart

📋 copy color: '#402FBA'

red 64 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #402FBA

Tints of Purple Heart #402FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.63%

R = 21.55%
G = 15.82%
B = 62.63%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#402FBA (or 0x402FBA) is known color: Purple Heart. HEX triplet: 40, 2F and BA. RGB value is (64,47,186). Sum of RGB (Red+Green+Blue) = 64+47+186=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #402FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402FBA is #BFD045. Grayscale: #434343. Windows color (decimal): -12570694 or 12201792. OLE color: 12201792.

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

Color convert

RGB 64 47 186 -
CMYK 0.66 0.75 0 0.27
HSL 247.34º 0.6% 0.46% -
HSV(B) 247.34º 0.75% 0.73% -
XYZ 11.99 6.67 47.11 -
YUV 67.93 194.63 125.2 -
System Red Green Blue C M Y K H S L
Decimal 64 47 186 0.66 0.75 0 0.27 247.34 0.6 0.46
Hex 40 2F BA 42 4B 0 1B F7 3C 2E
Octal 100 57 272 102 113 0 33 367 74 56
Binary 1000000 101111 10111010 1000010 1001011 0 11011 11110111 111100 101110

Color Harmonies of #402FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402FBA

Black with #402FBA

Text Example


Text Example

White with #402FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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