Html Css Color HEX #420254 Blackcurrant

📋 copy color: '#420254'

red 66 ◦ green 2 ◦ blue 84

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

Shades of Blackcurrant #420254

Tints of Blackcurrant #420254

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

 BLUE value IS 84 (33.2% from 255) = 55.26%

R = 43.42%
G = 1.32%
B = 55.26%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#420254 (or 0x420254) is known color: Blackcurrant. HEX triplet: 42, 02 and 54. RGB value is (66,2,84). Sum of RGB (Red+Green+Blue) = 66+2+84=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #420254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420254 is #BDFDAB. Grayscale: #1E1E1E. Windows color (decimal): -12451244 or 5505602. OLE color: 5505602.

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

Color convert

RGB 66 2 84 -
CMYK 0.21 0.98 0 0.67
HSL 286.83º 0.95% 0.17% -
HSV(B) 286.83º 0.98% 0.33% -
XYZ 3.87 1.84 8.54 -
YUV 30.48 158.2 153.33 -
System Red Green Blue C M Y K H S L
Decimal 66 2 84 0.21 0.98 0 0.67 286.83 0.95 0.17
Hex 42 2 54 15 62 0 43 11F 5F 11
Octal 102 2 124 25 142 0 103 437 137 21
Binary 1000010 10 1010100 10101 1100010 0 1000011 100011111 1011111 10001

Color Harmonies of #420254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420254

Black with #420254

Text Example


Text Example

White with #420254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420254; }

 p { color: rgb(66,2,84); }

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

background-color css

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

 a { background-color: rgb(66,2,84); }

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

border-color css

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

 span { border-color: rgb(66,2,84); }

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