Html Css Color HEX #3812BC Purple Heart

📋 copy color: '#3812BC'

red 56 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #3812BC

Tints of Purple Heart #3812BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.87%

 BLUE value IS 188 (73.83% from 255) = 71.76%

R = 21.37%
G = 6.87%
B = 71.76%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3812BC (or 0x3812BC) is known color: Purple Heart. HEX triplet: 38, 12 and BC. RGB value is (56,18,188). Sum of RGB (Red+Green+Blue) = 56+18+188=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #3812BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3812BC is #C7ED43. Grayscale: #303030. Windows color (decimal): -13102404 or 12325432. OLE color: 12325432.

HSL color Cylindrical-coordinate representation of color #3812BC: hue angle of 253.41º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3812BC is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 18 188 -
CMYK 0.70 0.90 0 0.26
HSL 253.41º 0.83% 0.4% -
HSV(B) 253.41º 0.9% 0.74% -
XYZ 10.92 4.9 47.95 -
YUV 48.74 206.59 133.18 -
System Red Green Blue C M Y K H S L
Decimal 56 18 188 0.70 0.90 0 0.26 253.41 0.83 0.4
Hex 38 12 BC 46 5A 0 1A FD 53 28
Octal 70 22 274 106 132 0 32 375 123 50
Binary 111000 10010 10111100 1000110 1011010 0 11010 11111101 1010011 101000

Color Harmonies of #3812BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3812BC

Black with #3812BC

Text Example


Text Example

White with #3812BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3812BC; }

 p { color: rgb(56,18,188); }

 H1.HeaderClassName
 {
   color: #3812BC;
 }
 .AnyTagClassName
 {
   color: #3812BC;
 }
</style>

background-color css

<style>
 a { background-color: #3812BC; }

 a { background-color: rgb(56,18,188); }

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

border-color css

<style>
 span { border-color: #3812BC; }

 span { border-color: rgb(56,18,188); }

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