Html Css Color HEX #3A0458 Blackcurrant

📋 copy color: '#3A0458'

red 58 ◦ green 4 ◦ blue 88

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

Shades of Blackcurrant #3A0458

Tints of Blackcurrant #3A0458

RGB

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

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

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

R = 38.67%
G = 2.67%
B = 58.67%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A0458 (or 0x3A0458) is known color: Blackcurrant. HEX triplet: 3A, 04 and 58. RGB value is (58,4,88). Sum of RGB (Red+Green+Blue) = 58+4+88=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 4 (1.95% from 255 or 2.67% 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 #3A0458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0458 is #C5FBA7. Grayscale: #1D1D1D. Windows color (decimal): -12975016 or 5768250. OLE color: 5768250.

HSL color Cylindrical-coordinate representation of color #3A0458: hue angle of 278.57º 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 #3A0458 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 4 88 -
CMYK 0.34 0.95 0 0.65
HSL 278.57º 0.91% 0.18% -
HSV(B) 278.57º 0.95% 0.35% -
XYZ 3.55 1.69 9.37 -
YUV 29.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 58 4 88 0.34 0.95 0 0.65 278.57 0.91 0.18
Hex 3A 4 58 22 5F 0 41 117 5B 12
Octal 72 4 130 42 137 0 101 427 133 22
Binary 111010 100 1011000 100010 1011111 0 1000001 100010111 1011011 10010

Color Harmonies of #3A0458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0458

Black with #3A0458

Text Example


Text Example

White with #3A0458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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