Html Css Color HEX #402DBC Purple Heart

📋 copy color: '#402DBC'

red 64 ◦ green 45 ◦ blue 188

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

Shades of Purple Heart #402DBC

Tints of Purple Heart #402DBC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.15%

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

R = 21.55%
G = 15.15%
B = 63.3%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#402DBC (or 0x402DBC) is known color: Purple Heart. HEX triplet: 40, 2D and BC. RGB value is (64,45,188). Sum of RGB (Red+Green+Blue) = 64+45+188=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #402DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402DBC is #BFD243. Grayscale: #424242. Windows color (decimal): -12571204 or 12332352. OLE color: 12332352.

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

Color convert

RGB 64 45 188 -
CMYK 0.66 0.76 0 0.26
HSL 247.97º 0.61% 0.46% -
HSV(B) 247.97º 0.76% 0.74% -
XYZ 12.13 6.6 48.21 -
YUV 66.98 196.29 125.87 -
System Red Green Blue C M Y K H S L
Decimal 64 45 188 0.66 0.76 0 0.26 247.97 0.61 0.46
Hex 40 2D BC 42 4C 0 1A F8 3D 2E
Octal 100 55 274 102 114 0 32 370 75 56
Binary 1000000 101101 10111100 1000010 1001100 0 11010 11111000 111101 101110

Color Harmonies of #402DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402DBC

Black with #402DBC

Text Example


Text Example

White with #402DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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