Html Css Color HEX #402BB8 Purple Heart

📋 copy color: '#402BB8'

red 64 ◦ green 43 ◦ blue 184

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

Shades of Purple Heart #402BB8

Tints of Purple Heart #402BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 63.23%

R = 21.99%
G = 14.78%
B = 63.23%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#402BB8 (or 0x402BB8) is known color: Purple Heart. HEX triplet: 40, 2B and B8. RGB value is (64,43,184). Sum of RGB (Red+Green+Blue) = 64+43+184=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 184 (72.27% from 255 or 63.23% from 291); Max value from RGB is 184 - color contains mainly: blue. Hex color #402BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402BB8 is #BFD447. Grayscale: #404040. Windows color (decimal): -12571720 or 12069696. OLE color: 12069696.

HSL color Cylindrical-coordinate representation of color #402BB8: hue angle of 248.94º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402BB8 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 64 43 184 -
CMYK 0.65 0.77 0 0.28
HSL 248.94º 0.62% 0.45% -
HSV(B) 248.94º 0.77% 0.72% -
XYZ 11.63 6.28 45.95 -
YUV 65.35 194.96 127.04 -
System Red Green Blue C M Y K H S L
Decimal 64 43 184 0.65 0.77 0 0.28 248.94 0.62 0.45
Hex 40 2B B8 41 4D 0 1C F9 3E 2D
Octal 100 53 270 101 115 0 34 371 76 55
Binary 1000000 101011 10111000 1000001 1001101 0 11100 11111001 111110 101101

Color Harmonies of #402BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402BB8

Black with #402BB8

Text Example


Text Example

White with #402BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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