Html Css Color HEX #402DBE Purple Heart

📋 copy color: '#402DBE'

red 64 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #402DBE

Tints of Purple Heart #402DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.55%

R = 21.4%
G = 15.05%
B = 63.55%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#402DBE (or 0x402DBE) is known color: Purple Heart. HEX triplet: 40, 2D and BE. RGB value is (64,45,190). Sum of RGB (Red+Green+Blue) = 64+45+190=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #402DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402DBE is #BFD241. Grayscale: #424242. Windows color (decimal): -12571202 or 12463424. OLE color: 12463424.

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

Color convert

RGB 64 45 190 -
CMYK 0.66 0.76 0 0.25
HSL 247.86º 0.62% 0.46% -
HSV(B) 247.86º 0.76% 0.75% -
XYZ 12.35 6.68 49.35 -
YUV 67.21 197.29 125.71 -
System Red Green Blue C M Y K H S L
Decimal 64 45 190 0.66 0.76 0 0.25 247.86 0.62 0.46
Hex 40 2D BE 42 4C 0 19 F8 3E 2E
Octal 100 55 276 102 114 0 31 370 76 56
Binary 1000000 101101 10111110 1000010 1001100 0 11001 11111000 111110 101110

Color Harmonies of #402DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402DBE

Black with #402DBE

Text Example


Text Example

White with #402DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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