Html Css Color HEX #3A0259 Blackcurrant

📋 copy color: '#3A0259'

red 58 ◦ green 2 ◦ blue 89

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

Shades of Blackcurrant #3A0259

Tints of Blackcurrant #3A0259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.34%

 BLUE value IS 89 (35.16% from 255) = 59.73%

R = 38.93%
G = 1.34%
B = 59.73%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A0259 (or 0x3A0259) is known color: Blackcurrant. HEX triplet: 3A, 02 and 59. RGB value is (58,2,89). Sum of RGB (Red+Green+Blue) = 58+2+89=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A0259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0259 is #C5FDA6. Grayscale: #1C1C1C. Windows color (decimal): -12975527 or 5833274. OLE color: 5833274.

HSL color Cylindrical-coordinate representation of color #3A0259: hue angle of 278.62º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A0259 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 2 89 -
CMYK 0.35 0.98 0 0.65
HSL 278.62º 0.96% 0.18% -
HSV(B) 278.62º 0.98% 0.35% -
XYZ 3.57 1.66 9.58 -
YUV 28.66 162.05 148.93 -
System Red Green Blue C M Y K H S L
Decimal 58 2 89 0.35 0.98 0 0.65 278.62 0.96 0.18
Hex 3A 2 59 23 62 0 41 117 60 12
Octal 72 2 131 43 142 0 101 427 140 22
Binary 111010 10 1011001 100011 1100010 0 1000001 100010111 1100000 10010

Color Harmonies of #3A0259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0259

Black with #3A0259

Text Example


Text Example

White with #3A0259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,2,89); }

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

background-color css

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

 a { background-color: rgb(58,2,89); }

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

border-color css

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

 span { border-color: rgb(58,2,89); }

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