Html Css Color HEX #420550 Blackcurrant

📋 copy color: '#420550'

red 66 ◦ green 5 ◦ blue 80

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

Shades of Blackcurrant #420550

Tints of Blackcurrant #420550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 52.98%

R = 43.71%
G = 3.31%
B = 52.98%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#420550 (or 0x420550) is known color: Blackcurrant. HEX triplet: 42, 05 and 50. RGB value is (66,5,80). Sum of RGB (Red+Green+Blue) = 66+5+80=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #420550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420550 is #BDFAAF. Grayscale: #1F1F1F. Windows color (decimal): -12450480 or 5244226. OLE color: 5244226.

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

Color convert

RGB 66 5 80 -
CMYK 0.17 0.94 0 0.69
HSL 288.8º 0.88% 0.17% -
HSV(B) 288.8º 0.94% 0.31% -
XYZ 3.75 1.85 7.75 -
YUV 31.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 66 5 80 0.17 0.94 0 0.69 288.8 0.88 0.17
Hex 42 5 50 11 5E 0 45 121 58 11
Octal 102 5 120 21 136 0 105 441 130 21
Binary 1000010 101 1010000 10001 1011110 0 1000101 100100001 1011000 10001

Color Harmonies of #420550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420550

Black with #420550

Text Example


Text Example

White with #420550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420550; }

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

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

background-color css

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

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

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

border-color css

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

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

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