Html Css Color HEX #390FBA Purple Heart

📋 copy color: '#390FBA'

red 57 ◦ green 15 ◦ blue 186

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

Shades of Purple Heart #390FBA

Tints of Purple Heart #390FBA

RGB

 RED value IS 57 (22.66% from 255) = 22.09%

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

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

R = 22.09%
G = 5.81%
B = 72.09%

CMYK

 C value IS 0.69

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#390FBA (or 0x390FBA) is known color: Purple Heart. HEX triplet: 39, 0F and BA. RGB value is (57,15,186). Sum of RGB (Red+Green+Blue) = 57+15+186=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #390FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390FBA is #C6F045. Grayscale: #2E2E2E. Windows color (decimal): -13037638 or 12193593. OLE color: 12193593.

HSL color Cylindrical-coordinate representation of color #390FBA: hue angle of 254.74º 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 #390FBA is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 15 186 -
CMYK 0.69 0.92 0 0.27
HSL 254.74º 0.85% 0.39% -
HSV(B) 254.74º 0.92% 0.73% -
XYZ 10.72 4.76 46.81 -
YUV 47.05 206.41 135.1 -
System Red Green Blue C M Y K H S L
Decimal 57 15 186 0.69 0.92 0 0.27 254.74 0.85 0.39
Hex 39 F BA 45 5C 0 1B FF 55 27
Octal 71 17 272 105 134 0 33 377 125 47
Binary 111001 1111 10111010 1000101 1011100 0 11011 11111111 1010101 100111

Color Harmonies of #390FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390FBA

Black with #390FBA

Text Example


Text Example

White with #390FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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