Html Css Color HEX #380DBA Purple Heart

📋 copy color: '#380DBA'

red 56 ◦ green 13 ◦ blue 186

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

Shades of Purple Heart #380DBA

Tints of Purple Heart #380DBA

RGB

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

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

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

R = 21.96%
G = 5.1%
B = 72.94%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#380DBA (or 0x380DBA) is known color: Purple Heart. HEX triplet: 38, 0D and BA. RGB value is (56,13,186). Sum of RGB (Red+Green+Blue) = 56+13+186=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #380DBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380DBA is #C7F245. Grayscale: #2C2C2C. Windows color (decimal): -13103686 or 12193080. OLE color: 12193080.

HSL color Cylindrical-coordinate representation of color #380DBA: hue angle of 254.91º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380DBA is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 13 186 -
CMYK 0.70 0.93 0 0.27
HSL 254.91º 0.87% 0.39% -
HSV(B) 254.91º 0.93% 0.73% -
XYZ 10.64 4.67 46.8 -
YUV 45.58 207.25 135.43 -
System Red Green Blue C M Y K H S L
Decimal 56 13 186 0.70 0.93 0 0.27 254.91 0.87 0.39
Hex 38 D BA 46 5D 0 1B FF 57 27
Octal 70 15 272 106 135 0 33 377 127 47
Binary 111000 1101 10111010 1000110 1011101 0 11011 11111111 1010111 100111

Color Harmonies of #380DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380DBA

Black with #380DBA

Text Example


Text Example

White with #380DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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