Html Css Color HEX #402CBA Purple Heart

📋 copy color: '#402CBA'

red 64 ◦ green 44 ◦ blue 186

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

Shades of Purple Heart #402CBA

Tints of Purple Heart #402CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.27%

R = 21.77%
G = 14.97%
B = 63.27%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#402CBA (or 0x402CBA) is known color: Purple Heart. HEX triplet: 40, 2C and BA. RGB value is (64,44,186). Sum of RGB (Red+Green+Blue) = 64+44+186=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #402CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CBA is #BFD345. Grayscale: #414141. Windows color (decimal): -12571462 or 12201024. OLE color: 12201024.

HSL color Cylindrical-coordinate representation of color #402CBA: hue angle of 248.45º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #402CBA is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 44 186 -
CMYK 0.66 0.76 0 0.27
HSL 248.45º 0.62% 0.45% -
HSV(B) 248.45º 0.76% 0.73% -
XYZ 11.88 6.44 47.07 -
YUV 66.17 195.63 126.45 -
System Red Green Blue C M Y K H S L
Decimal 64 44 186 0.66 0.76 0 0.27 248.45 0.62 0.45
Hex 40 2C BA 42 4C 0 1B F8 3E 2D
Octal 100 54 272 102 114 0 33 370 76 55
Binary 1000000 101100 10111010 1000010 1001100 0 11011 11111000 111110 101101

Color Harmonies of #402CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402CBA

Black with #402CBA

Text Example


Text Example

White with #402CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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