Html Css Color HEX #3813BA Purple Heart

📋 copy color: '#3813BA'

red 56 ◦ green 19 ◦ blue 186

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

Shades of Purple Heart #3813BA

Tints of Purple Heart #3813BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

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

R = 21.46%
G = 7.28%
B = 71.26%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3813BA (or 0x3813BA) is known color: Purple Heart. HEX triplet: 38, 13 and BA. RGB value is (56,19,186). Sum of RGB (Red+Green+Blue) = 56+19+186=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #3813BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3813BA is #C7EC45. Grayscale: #303030. Windows color (decimal): -13102150 or 12194616. OLE color: 12194616.

HSL color Cylindrical-coordinate representation of color #3813BA: hue angle of 253.29º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3813BA is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 19 186 -
CMYK 0.70 0.90 0 0.27
HSL 253.29º 0.81% 0.4% -
HSV(B) 253.29º 0.9% 0.73% -
XYZ 10.73 4.85 46.83 -
YUV 49.1 205.26 132.92 -
System Red Green Blue C M Y K H S L
Decimal 56 19 186 0.70 0.90 0 0.27 253.29 0.81 0.4
Hex 38 13 BA 46 5A 0 1B FD 51 28
Octal 70 23 272 106 132 0 33 375 121 50
Binary 111000 10011 10111010 1000110 1011010 0 11011 11111101 1010001 101000

Color Harmonies of #3813BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3813BA

Black with #3813BA

Text Example


Text Example

White with #3813BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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