Html Css Color HEX #390458 Blackcurrant

📋 copy color: '#390458'

red 57 ◦ green 4 ◦ blue 88

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

Shades of Blackcurrant #390458

Tints of Blackcurrant #390458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.68%

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

R = 38.26%
G = 2.68%
B = 59.06%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#390458 (or 0x390458) is known color: Blackcurrant. HEX triplet: 39, 04 and 58. RGB value is (57,4,88). Sum of RGB (Red+Green+Blue) = 57+4+88=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #390458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390458 is #C6FBA7. Grayscale: #1D1D1D. Windows color (decimal): -13040552 or 5768249. OLE color: 5768249.

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

Color convert

RGB 57 4 88 -
CMYK 0.35 0.95 0 0.65
HSL 277.86º 0.91% 0.18% -
HSV(B) 277.86º 0.95% 0.35% -
XYZ 3.49 1.66 9.37 -
YUV 29.42 161.06 147.67 -
System Red Green Blue C M Y K H S L
Decimal 57 4 88 0.35 0.95 0 0.65 277.86 0.91 0.18
Hex 39 4 58 23 5F 0 41 116 5B 12
Octal 71 4 130 43 137 0 101 426 133 22
Binary 111001 100 1011000 100011 1011111 0 1000001 100010110 1011011 10010

Color Harmonies of #390458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390458

Black with #390458

Text Example


Text Example

White with #390458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390458; }

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

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

background-color css

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

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

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

border-color css

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

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

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