Html Css Color HEX #3918BE Purple Heart

📋 copy color: '#3918BE'

red 57 ◦ green 24 ◦ blue 190

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

Shades of Purple Heart #3918BE

Tints of Purple Heart #3918BE

RGB

 RED value IS 57 (22.66% from 255) = 21.03%

 GREEN value IS 24 (9.77% from 255) = 8.86%

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

R = 21.03%
G = 8.86%
B = 70.11%

CMYK

 C value IS 0.7

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3918BE (or 0x3918BE) is known color: Purple Heart. HEX triplet: 39, 18 and BE. RGB value is (57,24,190). Sum of RGB (Red+Green+Blue) = 57+24+190=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #3918BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3918BE is #C6E741. Grayscale: #343434. Windows color (decimal): -13035330 or 12458041. OLE color: 12458041.

HSL color Cylindrical-coordinate representation of color #3918BE: hue angle of 251.93º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3918BE is Cyan = 0.7, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 24 190 -
CMYK 0.7 0.87 0 0.25
HSL 251.93º 0.78% 0.42% -
HSV(B) 251.93º 0.87% 0.75% -
XYZ 11.31 5.24 49.13 -
YUV 52.79 205.43 131 -
System Red Green Blue C M Y K H S L
Decimal 57 24 190 0.7 0.87 0 0.25 251.93 0.78 0.42
Hex 39 18 BE 46 57 0 19 FC 4E 2A
Octal 71 30 276 106 127 0 31 374 116 52
Binary 111001 11000 10111110 1000110 1010111 0 11001 11111100 1001110 101010

Color Harmonies of #3918BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3918BE

Black with #3918BE

Text Example


Text Example

White with #3918BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3918BE; }

 p { color: rgb(57,24,190); }

 H1.HeaderClassName
 {
   color: #3918BE;
 }
 .AnyTagClassName
 {
   color: #3918BE;
 }
</style>

background-color css

<style>
 a { background-color: #3918BE; }

 a { background-color: rgb(57,24,190); }

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

border-color css

<style>
 span { border-color: #3918BE; }

 span { border-color: rgb(57,24,190); }

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