Html Css Color HEX #402BBD Purple Heart

📋 copy color: '#402BBD'

red 64 ◦ green 43 ◦ blue 189

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

Shades of Purple Heart #402BBD

Tints of Purple Heart #402BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.85%

R = 21.62%
G = 14.53%
B = 63.85%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#402BBD (or 0x402BBD) is known color: Purple Heart. HEX triplet: 40, 2B and BD. RGB value is (64,43,189). Sum of RGB (Red+Green+Blue) = 64+43+189=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #402BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402BBD is #BFD442. Grayscale: #414141. Windows color (decimal): -12571715 or 12397376. OLE color: 12397376.

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

Color convert

RGB 64 43 189 -
CMYK 0.66 0.77 0 0.26
HSL 248.63º 0.63% 0.45% -
HSV(B) 248.63º 0.77% 0.74% -
XYZ 12.16 6.49 48.76 -
YUV 65.92 197.46 126.63 -
System Red Green Blue C M Y K H S L
Decimal 64 43 189 0.66 0.77 0 0.26 248.63 0.63 0.45
Hex 40 2B BD 42 4D 0 1A F9 3F 2D
Octal 100 53 275 102 115 0 32 371 77 55
Binary 1000000 101011 10111101 1000010 1001101 0 11010 11111001 111111 101101

Color Harmonies of #402BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402BBD

Black with #402BBD

Text Example


Text Example

White with #402BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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