Html Css Color HEX #402CB6 Purple Heart

📋 copy color: '#402CB6'

red 64 ◦ green 44 ◦ blue 182

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

Shades of Purple Heart #402CB6

Tints of Purple Heart #402CB6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.17%

 BLUE value IS 182 (71.48% from 255) = 62.76%

R = 22.07%
G = 15.17%
B = 62.76%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#402CB6 (or 0x402CB6) is known color: Purple Heart. HEX triplet: 40, 2C and B6. RGB value is (64,44,182). Sum of RGB (Red+Green+Blue) = 64+44+182=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 182 (71.48% from 255 or 62.76% from 290); Max value from RGB is 182 - color contains mainly: blue. Hex color #402CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CB6 is #BFD349. Grayscale: #414141. Windows color (decimal): -12571466 or 11938880. OLE color: 11938880.

HSL color Cylindrical-coordinate representation of color #402CB6: hue angle of 248.7º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #402CB6 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 44 182 -
CMYK 0.65 0.76 0 0.29
HSL 248.7º 0.61% 0.44% -
HSV(B) 248.7º 0.76% 0.71% -
XYZ 11.46 6.27 44.86 -
YUV 65.71 193.63 126.78 -
System Red Green Blue C M Y K H S L
Decimal 64 44 182 0.65 0.76 0 0.29 248.7 0.61 0.44
Hex 40 2C B6 41 4C 0 1D F9 3D 2C
Octal 100 54 266 101 114 0 35 371 75 54
Binary 1000000 101100 10110110 1000001 1001100 0 11101 11111001 111101 101100

Color Harmonies of #402CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402CB6

Black with #402CB6

Text Example


Text Example

White with #402CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,44,182); }

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

background-color css

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

 a { background-color: rgb(64,44,182); }

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

border-color css

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

 span { border-color: rgb(64,44,182); }

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