Html Css Color HEX #3A074F Blackcurrant

📋 copy color: '#3A074F'

red 58 ◦ green 7 ◦ blue 79

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

Shades of Blackcurrant #3A074F

Tints of Blackcurrant #3A074F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.86%

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

R = 40.28%
G = 4.86%
B = 54.86%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A074F (or 0x3A074F) is known color: Blackcurrant. HEX triplet: 3A, 07 and 4F. RGB value is (58,7,79). Sum of RGB (Red+Green+Blue) = 58+7+79=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 79 (31.25% from 255 or 54.86% from 144); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A074F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A074F is #C5F8B0. Grayscale: #1E1E1E. Windows color (decimal): -12974257 or 5179194. OLE color: 5179194.

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

Color convert

RGB 58 7 79 -
CMYK 0.27 0.91 0 0.69
HSL 282.5º 0.84% 0.17% -
HSV(B) 282.5º 0.91% 0.31% -
XYZ 3.23 1.62 7.54 -
YUV 30.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 58 7 79 0.27 0.91 0 0.69 282.5 0.84 0.17
Hex 3A 7 4F 1B 5B 0 45 11A 54 11
Octal 72 7 117 33 133 0 105 432 124 21
Binary 111010 111 1001111 11011 1011011 0 1000101 100011010 1010100 10001

Color Harmonies of #3A074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A074F

Black with #3A074F

Text Example


Text Example

White with #3A074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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