Html Css Color HEX #3A0655 Blackcurrant

📋 copy color: '#3A0655'

red 58 ◦ green 6 ◦ blue 85

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

Shades of Blackcurrant #3A0655

Tints of Blackcurrant #3A0655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.03%

 BLUE value IS 85 (33.59% from 255) = 57.05%

R = 38.93%
G = 4.03%
B = 57.05%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3A0655 (or 0x3A0655) is known color: Blackcurrant. HEX triplet: 3A, 06 and 55. RGB value is (58,6,85). Sum of RGB (Red+Green+Blue) = 58+6+85=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #3A0655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0655 is #C5F9AA. Grayscale: #1E1E1E. Windows color (decimal): -12974507 or 5572154. OLE color: 5572154.

HSL color Cylindrical-coordinate representation of color #3A0655: hue angle of 279.49º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0655 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 6 85 -
CMYK 0.32 0.93 0 0.67
HSL 279.49º 0.87% 0.18% -
HSV(B) 279.49º 0.93% 0.33% -
XYZ 3.45 1.69 8.74 -
YUV 30.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 58 6 85 0.32 0.93 0 0.67 279.49 0.87 0.18
Hex 3A 6 55 20 5D 0 43 117 57 12
Octal 72 6 125 40 135 0 103 427 127 22
Binary 111010 110 1010101 100000 1011101 0 1000011 100010111 1010111 10010

Color Harmonies of #3A0655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0655

Black with #3A0655

Text Example


Text Example

White with #3A0655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,6,85); }

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

background-color css

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

 a { background-color: rgb(58,6,85); }

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

border-color css

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

 span { border-color: rgb(58,6,85); }

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