Html Css Color HEX #420155 Blackcurrant

📋 copy color: '#420155'

red 66 ◦ green 1 ◦ blue 85

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

Shades of Blackcurrant #420155

Tints of Blackcurrant #420155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 43.42%
G = 0.66%
B = 55.92%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#420155 (or 0x420155) is known color: Blackcurrant. HEX triplet: 42, 01 and 55. RGB value is (66,1,85). Sum of RGB (Red+Green+Blue) = 66+1+85=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #420155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420155 is #BDFEAA. Grayscale: #1D1D1D. Windows color (decimal): -12451499 or 5570882. OLE color: 5570882.

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

Color convert

RGB 66 1 85 -
CMYK 0.22 0.99 0 0.67
HSL 286.43º 0.98% 0.17% -
HSV(B) 286.43º 0.99% 0.33% -
XYZ 3.9 1.84 8.74 -
YUV 30.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 66 1 85 0.22 0.99 0 0.67 286.43 0.98 0.17
Hex 42 1 55 16 63 0 43 11E 62 11
Octal 102 1 125 26 143 0 103 436 142 21
Binary 1000010 1 1010101 10110 1100011 0 1000011 100011110 1100010 10001

Color Harmonies of #420155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420155

Black with #420155

Text Example


Text Example

White with #420155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420155; }

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

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

background-color css

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

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

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

border-color css

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

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

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