Html Css Color HEX #3815BA Purple Heart

📋 copy color: '#3815BA'

red 56 ◦ green 21 ◦ blue 186

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

Shades of Purple Heart #3815BA

Tints of Purple Heart #3815BA

RGB

 RED value IS 56 (22.27% from 255) = 21.29%

 GREEN value IS 21 (8.59% from 255) = 7.98%

 BLUE value IS 186 (73.05% from 255) = 70.72%

R = 21.29%
G = 7.98%
B = 70.72%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3815BA (or 0x3815BA) is known color: Purple Heart. HEX triplet: 38, 15 and BA. RGB value is (56,21,186). Sum of RGB (Red+Green+Blue) = 56+21+186=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #3815BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3815BA is #C7EA45. Grayscale: #313131. Windows color (decimal): -13101638 or 12195128. OLE color: 12195128.

HSL color Cylindrical-coordinate representation of color #3815BA: hue angle of 252.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3815BA is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 21 186 -
CMYK 0.70 0.89 0 0.27
HSL 252.73º 0.8% 0.41% -
HSV(B) 252.73º 0.89% 0.73% -
XYZ 10.76 4.92 46.84 -
YUV 50.28 204.6 132.08 -
System Red Green Blue C M Y K H S L
Decimal 56 21 186 0.70 0.89 0 0.27 252.73 0.8 0.41
Hex 38 15 BA 46 59 0 1B FD 50 29
Octal 70 25 272 106 131 0 33 375 120 51
Binary 111000 10101 10111010 1000110 1011001 0 11011 11111101 1010000 101001

Color Harmonies of #3815BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3815BA

Black with #3815BA

Text Example


Text Example

White with #3815BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3815BA; }

 p { color: rgb(56,21,186); }

 H1.HeaderClassName
 {
   color: #3815BA;
 }
 .AnyTagClassName
 {
   color: #3815BA;
 }
</style>

background-color css

<style>
 a { background-color: #3815BA; }

 a { background-color: rgb(56,21,186); }

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

border-color css

<style>
 span { border-color: #3815BA; }

 span { border-color: rgb(56,21,186); }

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