Html Css Color HEX #390DBA Purple Heart

📋 copy color: '#390DBA'

red 57 ◦ green 13 ◦ blue 186

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

Shades of Purple Heart #390DBA

Tints of Purple Heart #390DBA

RGB

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

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

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

R = 22.27%
G = 5.08%
B = 72.66%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#390DBA (or 0x390DBA) is known color: Purple Heart. HEX triplet: 39, 0D and BA. RGB value is (57,13,186). Sum of RGB (Red+Green+Blue) = 57+13+186=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #390DBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390DBA is #C6F245. Grayscale: #2D2D2D. Windows color (decimal): -13038150 or 12193081. OLE color: 12193081.

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

Color convert

RGB 57 13 186 -
CMYK 0.69 0.93 0 0.27
HSL 255.26º 0.87% 0.39% -
HSV(B) 255.26º 0.93% 0.73% -
XYZ 10.69 4.7 46.8 -
YUV 45.88 207.08 135.93 -
System Red Green Blue C M Y K H S L
Decimal 57 13 186 0.69 0.93 0 0.27 255.26 0.87 0.39
Hex 39 D BA 45 5D 0 1B FF 57 27
Octal 71 15 272 105 135 0 33 377 127 47
Binary 111001 1101 10111010 1000101 1011101 0 11011 11111111 1010111 100111

Color Harmonies of #390DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390DBA

Black with #390DBA

Text Example


Text Example

White with #390DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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