Html Css Color HEX #402BBC Purple Heart

📋 copy color: '#402BBC'

red 64 ◦ green 43 ◦ blue 188

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

Shades of Purple Heart #402BBC

Tints of Purple Heart #402BBC

RGB

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

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

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

R = 21.69%
G = 14.58%
B = 63.73%

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

#402BBC (or 0x402BBC) is known color: Purple Heart. HEX triplet: 40, 2B and BC. RGB value is (64,43,188). Sum of RGB (Red+Green+Blue) = 64+43+188=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #402BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402BBC is #BFD443. Grayscale: #414141. Windows color (decimal): -12571716 or 12331840. OLE color: 12331840.

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

Color convert

RGB 64 43 188 -
CMYK 0.66 0.77 0 0.26
HSL 248.69º 0.63% 0.45% -
HSV(B) 248.69º 0.77% 0.74% -
XYZ 12.06 6.45 48.19 -
YUV 65.81 196.96 126.71 -
System Red Green Blue C M Y K H S L
Decimal 64 43 188 0.66 0.77 0 0.26 248.69 0.63 0.45
Hex 40 2B BC 42 4D 0 1A F9 3F 2D
Octal 100 53 274 102 115 0 32 371 77 55
Binary 1000000 101011 10111100 1000010 1001101 0 11010 11111001 111111 101101

Color Harmonies of #402BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402BBC

Black with #402BBC

Text Example


Text Example

White with #402BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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