Html Css Color HEX #340557 Blackcurrant

📋 copy color: '#340557'

red 52 ◦ green 5 ◦ blue 87

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

Shades of Blackcurrant #340557

Tints of Blackcurrant #340557

RGB

 RED value IS 52 (20.7% from 255) = 36.11%

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

 BLUE value IS 87 (34.38% from 255) = 60.42%

R = 36.11%
G = 3.47%
B = 60.42%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#340557 (or 0x340557) is known color: Blackcurrant. HEX triplet: 34, 05 and 57. RGB value is (52,5,87). Sum of RGB (Red+Green+Blue) = 52+5+87=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 87 (34.38% from 255 or 60.42% from 144); Max value from RGB is 87 - color contains mainly: blue. Hex color #340557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340557 is #CBFAA8. Grayscale: #1C1C1C. Windows color (decimal): -13367977 or 5702964. OLE color: 5702964.

HSL color Cylindrical-coordinate representation of color #340557: hue angle of 274.39º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340557 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 5 87 -
CMYK 0.40 0.94 0 0.66
HSL 274.39º 0.89% 0.18% -
HSV(B) 274.39º 0.94% 0.34% -
XYZ 3.19 1.53 9.14 -
YUV 28.4 161.07 144.83 -
System Red Green Blue C M Y K H S L
Decimal 52 5 87 0.40 0.94 0 0.66 274.39 0.89 0.18
Hex 34 5 57 28 5E 0 42 112 59 12
Octal 64 5 127 50 136 0 102 422 131 22
Binary 110100 101 1010111 101000 1011110 0 1000010 100010010 1011001 10010

Color Harmonies of #340557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340557

Black with #340557

Text Example


Text Example

White with #340557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340557; }

 p { color: rgb(52,5,87); }

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

background-color css

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

 a { background-color: rgb(52,5,87); }

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

border-color css

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

 span { border-color: rgb(52,5,87); }

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