Html Css Color HEX #380FBA Purple Heart

📋 copy color: '#380FBA'

red 56 ◦ green 15 ◦ blue 186

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

Shades of Purple Heart #380FBA

Tints of Purple Heart #380FBA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.84%

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

R = 21.79%
G = 5.84%
B = 72.37%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#380FBA (or 0x380FBA) is known color: Purple Heart. HEX triplet: 38, 0F and BA. RGB value is (56,15,186). Sum of RGB (Red+Green+Blue) = 56+15+186=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #380FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380FBA is #C7F045. Grayscale: #2E2E2E. Windows color (decimal): -13103174 or 12193592. OLE color: 12193592.

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

Color convert

RGB 56 15 186 -
CMYK 0.70 0.92 0 0.27
HSL 254.39º 0.85% 0.39% -
HSV(B) 254.39º 0.92% 0.73% -
XYZ 10.66 4.73 46.8 -
YUV 46.75 206.58 134.6 -
System Red Green Blue C M Y K H S L
Decimal 56 15 186 0.70 0.92 0 0.27 254.39 0.85 0.39
Hex 38 F BA 46 5C 0 1B FE 55 27
Octal 70 17 272 106 134 0 33 376 125 47
Binary 111000 1111 10111010 1000110 1011100 0 11011 11111110 1010101 100111

Color Harmonies of #380FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380FBA

Black with #380FBA

Text Example


Text Example

White with #380FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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