Html Css Color HEX #380DBF Purple Heart

📋 copy color: '#380DBF'

red 56 ◦ green 13 ◦ blue 191

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

Shades of Purple Heart #380DBF

Tints of Purple Heart #380DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5%

 BLUE value IS 191 (75% from 255) = 73.46%

R = 21.54%
G = 5%
B = 73.46%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#380DBF (or 0x380DBF) is known color: Purple Heart. HEX triplet: 38, 0D and BF. RGB value is (56,13,191). Sum of RGB (Red+Green+Blue) = 56+13+191=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 191 (75% from 255 or 73.46% from 260); Max value from RGB is 191 - color contains mainly: blue. Hex color #380DBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380DBF is #C7F240. Grayscale: #2D2D2D. Windows color (decimal): -13103681 or 12520760. OLE color: 12520760.

HSL color Cylindrical-coordinate representation of color #380DBF: hue angle of 254.49º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380DBF is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 13 191 -
CMYK 0.71 0.93 0 0.25
HSL 254.49º 0.87% 0.4% -
HSV(B) 254.49º 0.93% 0.75% -
XYZ 11.18 4.89 49.64 -
YUV 46.15 209.75 135.03 -
System Red Green Blue C M Y K H S L
Decimal 56 13 191 0.71 0.93 0 0.25 254.49 0.87 0.4
Hex 38 D BF 47 5D 0 19 FE 57 28
Octal 70 15 277 107 135 0 31 376 127 50
Binary 111000 1101 10111111 1000111 1011101 0 11001 11111110 1010111 101000

Color Harmonies of #380DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380DBF

Black with #380DBF

Text Example


Text Example

White with #380DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380DBF; }

 p { color: rgb(56,13,191); }

 H1.HeaderClassName
 {
   color: #380DBF;
 }
 .AnyTagClassName
 {
   color: #380DBF;
 }
</style>

background-color css

<style>
 a { background-color: #380DBF; }

 a { background-color: rgb(56,13,191); }

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

border-color css

<style>
 span { border-color: #380DBF; }

 span { border-color: rgb(56,13,191); }

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