Html Css Color HEX #3A054E Blackcurrant

📋 copy color: '#3A054E'

red 58 ◦ green 5 ◦ blue 78

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

Shades of Blackcurrant #3A054E

Tints of Blackcurrant #3A054E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.55%

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

R = 41.13%
G = 3.55%
B = 55.32%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A054E (or 0x3A054E) is known color: Blackcurrant. HEX triplet: 3A, 05 and 4E. RGB value is (58,5,78). Sum of RGB (Red+Green+Blue) = 58+5+78=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A054E is #C5FAB1. Grayscale: #1C1C1C. Windows color (decimal): -12974770 or 5113146. OLE color: 5113146.

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

Color convert

RGB 58 5 78 -
CMYK 0.26 0.94 0 0.69
HSL 283.56º 0.88% 0.16% -
HSV(B) 283.56º 0.94% 0.31% -
XYZ 3.17 1.56 7.34 -
YUV 29.17 155.56 148.56 -
System Red Green Blue C M Y K H S L
Decimal 58 5 78 0.26 0.94 0 0.69 283.56 0.88 0.16
Hex 3A 5 4E 1A 5E 0 45 11C 58 10
Octal 72 5 116 32 136 0 105 434 130 20
Binary 111010 101 1001110 11010 1011110 0 1000101 100011100 1011000 10000

Color Harmonies of #3A054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A054E

Black with #3A054E

Text Example


Text Example

White with #3A054E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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