Html Css Color HEX #420355 Blackcurrant

📋 copy color: '#420355'

red 66 ◦ green 3 ◦ blue 85

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

Shades of Blackcurrant #420355

Tints of Blackcurrant #420355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.95%

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

R = 42.86%
G = 1.95%
B = 55.19%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#420355 (or 0x420355) is known color: Blackcurrant. HEX triplet: 42, 03 and 55. RGB value is (66,3,85). Sum of RGB (Red+Green+Blue) = 66+3+85=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #420355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420355 is #BDFCAA. Grayscale: #1E1E1E. Windows color (decimal): -12450987 or 5571394. OLE color: 5571394.

HSL color Cylindrical-coordinate representation of color #420355: hue angle of 286.1º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420355 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 3 85 -
CMYK 0.22 0.96 0 0.67
HSL 286.1º 0.93% 0.17% -
HSV(B) 286.1º 0.96% 0.33% -
XYZ 3.92 1.88 8.75 -
YUV 31.19 158.37 152.83 -
System Red Green Blue C M Y K H S L
Decimal 66 3 85 0.22 0.96 0 0.67 286.1 0.93 0.17
Hex 42 3 55 16 60 0 43 11E 5D 11
Octal 102 3 125 26 140 0 103 436 135 21
Binary 1000010 11 1010101 10110 1100000 0 1000011 100011110 1011101 10001

Color Harmonies of #420355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420355

Black with #420355

Text Example


Text Example

White with #420355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420355; }

 p { color: rgb(66,3,85); }

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

background-color css

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

 a { background-color: rgb(66,3,85); }

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

border-color css

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

 span { border-color: rgb(66,3,85); }

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