Html Css Color HEX #402FCD Purple Heart

📋 copy color: '#402FCD'

red 64 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #402FCD

Tints of Purple Heart #402FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.87%

 BLUE value IS 205 (80.47% from 255) = 64.87%

R = 20.25%
G = 14.87%
B = 64.87%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#402FCD (or 0x402FCD) is known color: Purple Heart. HEX triplet: 40, 2F and CD. RGB value is (64,47,205). Sum of RGB (Red+Green+Blue) = 64+47+205=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #402FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402FCD is #BFD032. Grayscale: #454545. Windows color (decimal): -12570675 or 13446976. OLE color: 13446976.

HSL color Cylindrical-coordinate representation of color #402FCD: hue angle of 246.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402FCD is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 47 205 -
CMYK 0.69 0.77 0 0.20
HSL 246.46º 0.63% 0.49% -
HSV(B) 246.46º 0.77% 0.8% -
XYZ 14.15 7.53 58.47 -
YUV 70.1 204.13 123.65 -
System Red Green Blue C M Y K H S L
Decimal 64 47 205 0.69 0.77 0 0.20 246.46 0.63 0.49
Hex 40 2F CD 45 4D 0 14 F6 3F 31
Octal 100 57 315 105 115 0 24 366 77 61
Binary 1000000 101111 11001101 1000101 1001101 0 10100 11110110 111111 110001

Color Harmonies of #402FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402FCD

Black with #402FCD

Text Example


Text Example

White with #402FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,47,205); }

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

background-color css

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

 a { background-color: rgb(64,47,205); }

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

border-color css

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

 span { border-color: rgb(64,47,205); }

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