Html Css Color HEX #3810BC Purple Heart

📋 copy color: '#3810BC'

red 56 ◦ green 16 ◦ blue 188

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

Shades of Purple Heart #3810BC

Tints of Purple Heart #3810BC

RGB

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

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

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

R = 21.54%
G = 6.15%
B = 72.31%

CMYK

 C value IS 0.70

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3810BC (or 0x3810BC) is known color: Purple Heart. HEX triplet: 38, 10 and BC. RGB value is (56,16,188). Sum of RGB (Red+Green+Blue) = 56+16+188=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #3810BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3810BC is #C7EF43. Grayscale: #2E2E2E. Windows color (decimal): -13102916 or 12324920. OLE color: 12324920.

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

Color convert

RGB 56 16 188 -
CMYK 0.70 0.91 0 0.26
HSL 253.95º 0.84% 0.4% -
HSV(B) 253.95º 0.91% 0.74% -
XYZ 10.89 4.84 47.94 -
YUV 47.57 207.25 134.01 -
System Red Green Blue C M Y K H S L
Decimal 56 16 188 0.70 0.91 0 0.26 253.95 0.84 0.4
Hex 38 10 BC 46 5B 0 1A FE 54 28
Octal 70 20 274 106 133 0 32 376 124 50
Binary 111000 10000 10111100 1000110 1011011 0 11010 11111110 1010100 101000

Color Harmonies of #3810BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3810BC

Black with #3810BC

Text Example


Text Example

White with #3810BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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