Html Css Color HEX #3812B4 Purple Heart

📋 copy color: '#3812B4'

red 56 ◦ green 18 ◦ blue 180

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

Shades of Purple Heart #3812B4

Tints of Purple Heart #3812B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 70.87%

R = 22.05%
G = 7.09%
B = 70.87%

CMYK

 C value IS 0.69

 M value IS 0.9

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3812B4 (or 0x3812B4) is known color: Purple Heart. HEX triplet: 38, 12 and B4. RGB value is (56,18,180). Sum of RGB (Red+Green+Blue) = 56+18+180=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 180 (70.70% from 255 or 70.87% from 254); Max value from RGB is 180 - color contains mainly: blue. Hex color #3812B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3812B4 is #C7ED4B. Grayscale: #2F2F2F. Windows color (decimal): -13102412 or 11801144. OLE color: 11801144.

HSL color Cylindrical-coordinate representation of color #3812B4: hue angle of 254.07º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3812B4 is Cyan = 0.69, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 18 180 -
CMYK 0.69 0.9 0 0.29
HSL 254.07º 0.82% 0.39% -
HSV(B) 254.07º 0.9% 0.71% -
XYZ 10.09 4.57 43.53 -
YUV 47.83 202.59 133.83 -
System Red Green Blue C M Y K H S L
Decimal 56 18 180 0.69 0.9 0 0.29 254.07 0.82 0.39
Hex 38 12 B4 45 5A 0 1D FE 52 27
Octal 70 22 264 105 132 0 35 376 122 47
Binary 111000 10010 10110100 1000101 1011010 0 11101 11111110 1010010 100111

Color Harmonies of #3812B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3812B4

Black with #3812B4

Text Example


Text Example

White with #3812B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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