Html Css Color HEX #402BCD Purple Heart

📋 copy color: '#402BCD'

red 64 ◦ green 43 ◦ blue 205

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

Shades of Purple Heart #402BCD

Tints of Purple Heart #402BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.78%

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

R = 20.51%
G = 13.78%
B = 65.71%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#402BCD (or 0x402BCD) is known color: Purple Heart. HEX triplet: 40, 2B and CD. RGB value is (64,43,205). Sum of RGB (Red+Green+Blue) = 64+43+205=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #402BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402BCD is #BFD432. Grayscale: #434343. Windows color (decimal): -12571699 or 13445952. OLE color: 13445952.

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

Color convert

RGB 64 43 205 -
CMYK 0.69 0.79 0 0.20
HSL 247.78º 0.65% 0.49% -
HSV(B) 247.78º 0.79% 0.8% -
XYZ 14 7.23 58.41 -
YUV 67.75 205.46 125.33 -
System Red Green Blue C M Y K H S L
Decimal 64 43 205 0.69 0.79 0 0.20 247.78 0.65 0.49
Hex 40 2B CD 45 4F 0 14 F8 41 31
Octal 100 53 315 105 117 0 24 370 101 61
Binary 1000000 101011 11001101 1000101 1001111 0 10100 11111000 1000001 110001

Color Harmonies of #402BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402BCD

Black with #402BCD

Text Example


Text Example

White with #402BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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