Html Css Color HEX #420954 Blackcurrant

📋 copy color: '#420954'

red 66 ◦ green 9 ◦ blue 84

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

Shades of Blackcurrant #420954

Tints of Blackcurrant #420954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.66%

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

R = 41.51%
G = 5.66%
B = 52.83%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#420954 (or 0x420954) is known color: Blackcurrant. HEX triplet: 42, 09 and 54. RGB value is (66,9,84). Sum of RGB (Red+Green+Blue) = 66+9+84=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #420954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420954 is #BDF6AB. Grayscale: #222222. Windows color (decimal): -12449452 or 5507394. OLE color: 5507394.

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

Color convert

RGB 66 9 84 -
CMYK 0.21 0.89 0 0.67
HSL 285.6º 0.81% 0.18% -
HSV(B) 285.6º 0.89% 0.33% -
XYZ 3.94 1.99 8.56 -
YUV 34.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 66 9 84 0.21 0.89 0 0.67 285.6 0.81 0.18
Hex 42 9 54 15 59 0 43 11E 51 12
Octal 102 11 124 25 131 0 103 436 121 22
Binary 1000010 1001 1010100 10101 1011001 0 1000011 100011110 1010001 10010

Color Harmonies of #420954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420954

Black with #420954

Text Example


Text Example

White with #420954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420954; }

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

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

background-color css

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

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

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

border-color css

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

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

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