Html Css Color HEX #420556 Blackcurrant

📋 copy color: '#420556'

red 66 ◦ green 5 ◦ blue 86

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

Shades of Blackcurrant #420556

Tints of Blackcurrant #420556

RGB

 RED value IS 66 (26.17% from 255) = 42.04%

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

 BLUE value IS 86 (33.98% from 255) = 54.78%

R = 42.04%
G = 3.18%
B = 54.78%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#420556 (or 0x420556) is known color: Blackcurrant. HEX triplet: 42, 05 and 56. RGB value is (66,5,86). Sum of RGB (Red+Green+Blue) = 66+5+86=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #420556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420556 is #BDFAA9. Grayscale: #202020. Windows color (decimal): -12450474 or 5637442. OLE color: 5637442.

HSL color Cylindrical-coordinate representation of color #420556: hue angle of 285.19º 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 #420556 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 5 86 -
CMYK 0.23 0.94 0 0.66
HSL 285.19º 0.89% 0.18% -
HSV(B) 285.19º 0.94% 0.34% -
XYZ 3.98 1.94 8.97 -
YUV 32.47 158.21 151.91 -
System Red Green Blue C M Y K H S L
Decimal 66 5 86 0.23 0.94 0 0.66 285.19 0.89 0.18
Hex 42 5 56 17 5E 0 42 11D 59 12
Octal 102 5 126 27 136 0 102 435 131 22
Binary 1000010 101 1010110 10111 1011110 0 1000010 100011101 1011001 10010

Color Harmonies of #420556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420556

Black with #420556

Text Example


Text Example

White with #420556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420556; }

 p { color: rgb(66,5,86); }

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

background-color css

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

 a { background-color: rgb(66,5,86); }

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

border-color css

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

 span { border-color: rgb(66,5,86); }

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