Html Css Color HEX #420557 Blackcurrant

📋 copy color: '#420557'

red 66 ◦ green 5 ◦ blue 87

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

Shades of Blackcurrant #420557

Tints of Blackcurrant #420557

RGB

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

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

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

R = 41.77%
G = 3.16%
B = 55.06%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#420557 (or 0x420557) is known color: Blackcurrant. HEX triplet: 42, 05 and 57. RGB value is (66,5,87). Sum of RGB (Red+Green+Blue) = 66+5+87=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #420557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420557 is #BDFAA8. Grayscale: #202020. Windows color (decimal): -12450473 or 5702978. OLE color: 5702978.

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

Color convert

RGB 66 5 87 -
CMYK 0.24 0.94 0 0.66
HSL 284.63º 0.89% 0.18% -
HSV(B) 284.63º 0.94% 0.34% -
XYZ 4.02 1.95 9.18 -
YUV 32.59 158.71 151.83 -
System Red Green Blue C M Y K H S L
Decimal 66 5 87 0.24 0.94 0 0.66 284.63 0.89 0.18
Hex 42 5 57 18 5E 0 42 11D 59 12
Octal 102 5 127 30 136 0 102 435 131 22
Binary 1000010 101 1010111 11000 1011110 0 1000010 100011101 1011001 10010

Color Harmonies of #420557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420557

Black with #420557

Text Example


Text Example

White with #420557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420557; }

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

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

background-color css

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

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

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

border-color css

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

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

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