Html Css Color HEX #3A084F Blackcurrant

📋 copy color: '#3A084F'

red 58 ◦ green 8 ◦ blue 79

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

Shades of Blackcurrant #3A084F

Tints of Blackcurrant #3A084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.52%

 BLUE value IS 79 (31.25% from 255) = 54.48%

R = 40%
G = 5.52%
B = 54.48%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A084F (or 0x3A084F) is known color: Blackcurrant. HEX triplet: 3A, 08 and 4F. RGB value is (58,8,79). Sum of RGB (Red+Green+Blue) = 58+8+79=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A084F is #C5F7B0. Grayscale: #1E1E1E. Windows color (decimal): -12974001 or 5179450. OLE color: 5179450.

HSL color Cylindrical-coordinate representation of color #3A084F: hue angle of 282.25º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A084F is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 8 79 -
CMYK 0.27 0.90 0 0.69
HSL 282.25º 0.82% 0.17% -
HSV(B) 282.25º 0.9% 0.31% -
XYZ 3.24 1.64 7.54 -
YUV 31.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 58 8 79 0.27 0.90 0 0.69 282.25 0.82 0.17
Hex 3A 8 4F 1B 5A 0 45 11A 52 11
Octal 72 10 117 33 132 0 105 432 122 21
Binary 111010 1000 1001111 11011 1011010 0 1000101 100011010 1010010 10001

Color Harmonies of #3A084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A084F

Black with #3A084F

Text Example


Text Example

White with #3A084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,8,79); }

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

background-color css

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

 a { background-color: rgb(58,8,79); }

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

border-color css

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

 span { border-color: rgb(58,8,79); }

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