Html Css Color HEX #402DCA Purple Heart

📋 copy color: '#402DCA'

red 64 ◦ green 45 ◦ blue 202

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

Shades of Purple Heart #402DCA

Tints of Purple Heart #402DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.95%

R = 20.58%
G = 14.47%
B = 64.95%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#402DCA (or 0x402DCA) is known color: Purple Heart. HEX triplet: 40, 2D and CA. RGB value is (64,45,202). Sum of RGB (Red+Green+Blue) = 64+45+202=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 202 (79.30% from 255 or 64.95% from 311); Max value from RGB is 202 - color contains mainly: blue. Hex color #402DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402DCA is #BFD235. Grayscale: #434343. Windows color (decimal): -12571190 or 13249856. OLE color: 13249856.

HSL color Cylindrical-coordinate representation of color #402DCA: hue angle of 247.26º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402DCA is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 45 202 -
CMYK 0.68 0.78 0 0.21
HSL 247.26º 0.64% 0.48% -
HSV(B) 247.26º 0.78% 0.79% -
XYZ 13.71 7.23 56.55 -
YUV 68.58 203.29 124.73 -
System Red Green Blue C M Y K H S L
Decimal 64 45 202 0.68 0.78 0 0.21 247.26 0.64 0.48
Hex 40 2D CA 44 4E 0 15 F7 40 30
Octal 100 55 312 104 116 0 25 367 100 60
Binary 1000000 101101 11001010 1000100 1001110 0 10101 11110111 1000000 110000

Color Harmonies of #402DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402DCA

Black with #402DCA

Text Example


Text Example

White with #402DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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