Html Css Color HEX #3A174E Blackcurrant

📋 copy color: '#3A174E'

red 58 ◦ green 23 ◦ blue 78

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

Shades of Blackcurrant #3A174E

Tints of Blackcurrant #3A174E

RGB

 RED value IS 58 (23.05% from 255) = 36.48%

 GREEN value IS 23 (9.38% from 255) = 14.47%

 BLUE value IS 78 (30.86% from 255) = 49.06%

R = 36.48%
G = 14.47%
B = 49.06%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A174E (or 0x3A174E) is known color: Blackcurrant. HEX triplet: 3A, 17 and 4E. RGB value is (58,23,78). Sum of RGB (Red+Green+Blue) = 58+23+78=159 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.48% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A174E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A174E is #C5E8B1. Grayscale: #272727. Windows color (decimal): -12970162 or 5117754. OLE color: 5117754.

HSL color Cylindrical-coordinate representation of color #3A174E: hue angle of 278.18º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A174E is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 23 78 -
CMYK 0.26 0.71 0 0.69
HSL 278.18º 0.54% 0.2% -
HSV(B) 278.18º 0.71% 0.31% -
XYZ 3.43 2.06 7.43 -
YUV 39.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 58 23 78 0.26 0.71 0 0.69 278.18 0.54 0.2
Hex 3A 17 4E 1A 47 0 45 116 36 14
Octal 72 27 116 32 107 0 105 426 66 24
Binary 111010 10111 1001110 11010 1000111 0 1000101 100010110 110110 10100

Color Harmonies of #3A174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A174E

Black with #3A174E

Text Example


Text Example

White with #3A174E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A174E; }

 p { color: rgb(58,23,78); }

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

background-color css

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

 a { background-color: rgb(58,23,78); }

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

border-color css

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

 span { border-color: rgb(58,23,78); }

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