Html Css Color HEX #390558 Blackcurrant

📋 copy color: '#390558'

red 57 ◦ green 5 ◦ blue 88

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

Shades of Blackcurrant #390558

Tints of Blackcurrant #390558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.33%

 BLUE value IS 88 (34.77% from 255) = 58.67%

R = 38%
G = 3.33%
B = 58.67%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#390558 (or 0x390558) is known color: Blackcurrant. HEX triplet: 39, 05 and 58. RGB value is (57,5,88). Sum of RGB (Red+Green+Blue) = 57+5+88=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #390558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390558 is #C6FAA7. Grayscale: #1D1D1D. Windows color (decimal): -13040296 or 5768505. OLE color: 5768505.

HSL color Cylindrical-coordinate representation of color #390558: hue angle of 277.59º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390558 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 5 88 -
CMYK 0.35 0.94 0 0.65
HSL 277.59º 0.89% 0.18% -
HSV(B) 277.59º 0.94% 0.35% -
XYZ 3.5 1.68 9.37 -
YUV 30.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 57 5 88 0.35 0.94 0 0.65 277.59 0.89 0.18
Hex 39 5 58 23 5E 0 41 116 59 12
Octal 71 5 130 43 136 0 101 426 131 22
Binary 111001 101 1011000 100011 1011110 0 1000001 100010110 1011001 10010

Color Harmonies of #390558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390558

Black with #390558

Text Example


Text Example

White with #390558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390558; }

 p { color: rgb(57,5,88); }

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

background-color css

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

 a { background-color: rgb(57,5,88); }

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

border-color css

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

 span { border-color: rgb(57,5,88); }

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