Html Css Color HEX #3813BB Purple Heart

📋 copy color: '#3813BB'

red 56 ◦ green 19 ◦ blue 187

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

Shades of Purple Heart #3813BB

Tints of Purple Heart #3813BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 71.37%

R = 21.37%
G = 7.25%
B = 71.37%

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

#3813BB (or 0x3813BB) is known color: Purple Heart. HEX triplet: 38, 13 and BB. RGB value is (56,19,187). Sum of RGB (Red+Green+Blue) = 56+19+187=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 187 (73.44% from 255 or 71.37% from 262); Max value from RGB is 187 - color contains mainly: blue. Hex color #3813BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3813BB is #C7EC44. Grayscale: #303030. Windows color (decimal): -13102149 or 12260152. OLE color: 12260152.

HSL color Cylindrical-coordinate representation of color #3813BB: hue angle of 253.21º degrees, saturation: 0.82, 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 #3813BB is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 19 187 -
CMYK 0.70 0.90 0 0.27
HSL 253.21º 0.82% 0.4% -
HSV(B) 253.21º 0.9% 0.73% -
XYZ 10.83 4.89 47.39 -
YUV 49.22 205.76 132.84 -
System Red Green Blue C M Y K H S L
Decimal 56 19 187 0.70 0.90 0 0.27 253.21 0.82 0.4
Hex 38 13 BB 46 5A 0 1B FD 52 28
Octal 70 23 273 106 132 0 33 375 122 50
Binary 111000 10011 10111011 1000110 1011010 0 11011 11111101 1010010 101000

Color Harmonies of #3813BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3813BB

Black with #3813BB

Text Example


Text Example

White with #3813BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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