Html Css Color HEX #390DBB Purple Heart

📋 copy color: '#390DBB'

red 57 ◦ green 13 ◦ blue 187

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

Shades of Purple Heart #390DBB

Tints of Purple Heart #390DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 72.76%

R = 22.18%
G = 5.06%
B = 72.76%

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

#390DBB (or 0x390DBB) is known color: Purple Heart. HEX triplet: 39, 0D and BB. RGB value is (57,13,187). Sum of RGB (Red+Green+Blue) = 57+13+187=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 187 (73.44% from 255 or 72.76% from 257); Max value from RGB is 187 - color contains mainly: blue. Hex color #390DBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390DBB is #C6F244. Grayscale: #2D2D2D. Windows color (decimal): -13038149 or 12258617. OLE color: 12258617.

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

Color convert

RGB 57 13 187 -
CMYK 0.70 0.93 0 0.27
HSL 255.17º 0.87% 0.39% -
HSV(B) 255.17º 0.93% 0.73% -
XYZ 10.8 4.75 47.36 -
YUV 45.99 207.58 135.85 -
System Red Green Blue C M Y K H S L
Decimal 57 13 187 0.70 0.93 0 0.27 255.17 0.87 0.39
Hex 39 D BB 46 5D 0 1B FF 57 27
Octal 71 15 273 106 135 0 33 377 127 47
Binary 111001 1101 10111011 1000110 1011101 0 11011 11111111 1010111 100111

Color Harmonies of #390DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390DBB

Black with #390DBB

Text Example


Text Example

White with #390DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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