Html Css Color HEX #402BBE Purple Heart

📋 copy color: '#402BBE'

red 64 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #402BBE

Tints of Purple Heart #402BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.97%

R = 21.55%
G = 14.48%
B = 63.97%

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

#402BBE (or 0x402BBE) is known color: Purple Heart. HEX triplet: 40, 2B and BE. RGB value is (64,43,190). Sum of RGB (Red+Green+Blue) = 64+43+190=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #402BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402BBE is #BFD441. Grayscale: #414141. Windows color (decimal): -12571714 or 12462912. OLE color: 12462912.

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

Color convert

RGB 64 43 190 -
CMYK 0.66 0.77 0 0.25
HSL 248.57º 0.63% 0.46% -
HSV(B) 248.57º 0.77% 0.75% -
XYZ 12.27 6.54 49.33 -
YUV 66.04 197.96 126.55 -
System Red Green Blue C M Y K H S L
Decimal 64 43 190 0.66 0.77 0 0.25 248.57 0.63 0.46
Hex 40 2B BE 42 4D 0 19 F9 3F 2E
Octal 100 53 276 102 115 0 31 371 77 56
Binary 1000000 101011 10111110 1000010 1001101 0 11001 11111001 111111 101110

Color Harmonies of #402BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402BBE

Black with #402BBE

Text Example


Text Example

White with #402BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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