Html Css Color HEX #3810BA Purple Heart

📋 copy color: '#3810BA'

red 56 ◦ green 16 ◦ blue 186

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

Shades of Purple Heart #3810BA

Tints of Purple Heart #3810BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.2%

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

R = 21.71%
G = 6.2%
B = 72.09%

CMYK

 C value IS 0.70

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3810BA (or 0x3810BA) is known color: Purple Heart. HEX triplet: 38, 10 and BA. RGB value is (56,16,186). Sum of RGB (Red+Green+Blue) = 56+16+186=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #3810BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3810BA is #C7EF45. Grayscale: #2E2E2E. Windows color (decimal): -13102918 or 12193848. OLE color: 12193848.

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

Color convert

RGB 56 16 186 -
CMYK 0.70 0.91 0 0.27
HSL 254.12º 0.84% 0.4% -
HSV(B) 254.12º 0.91% 0.73% -
XYZ 10.68 4.76 46.81 -
YUV 47.34 206.25 134.18 -
System Red Green Blue C M Y K H S L
Decimal 56 16 186 0.70 0.91 0 0.27 254.12 0.84 0.4
Hex 38 10 BA 46 5B 0 1B FE 54 28
Octal 70 20 272 106 133 0 33 376 124 50
Binary 111000 10000 10111010 1000110 1011011 0 11011 11111110 1010100 101000

Color Harmonies of #3810BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3810BA

Black with #3810BA

Text Example


Text Example

White with #3810BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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