Html Css Color HEX #420359 Blackcurrant

📋 copy color: '#420359'

red 66 ◦ green 3 ◦ blue 89

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

Shades of Blackcurrant #420359

Tints of Blackcurrant #420359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 56.33%

R = 41.77%
G = 1.9%
B = 56.33%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#420359 (or 0x420359) is known color: Blackcurrant. HEX triplet: 42, 03 and 59. RGB value is (66,3,89). Sum of RGB (Red+Green+Blue) = 66+3+89=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #420359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420359 is #BDFCA6. Grayscale: #1F1F1F. Windows color (decimal): -12450983 or 5833538. OLE color: 5833538.

HSL color Cylindrical-coordinate representation of color #420359: hue angle of 283.95º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420359 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 3 89 -
CMYK 0.26 0.97 0 0.65
HSL 283.95º 0.93% 0.18% -
HSV(B) 283.95º 0.97% 0.35% -
XYZ 4.08 1.94 9.61 -
YUV 31.64 160.37 152.51 -
System Red Green Blue C M Y K H S L
Decimal 66 3 89 0.26 0.97 0 0.65 283.95 0.93 0.18
Hex 42 3 59 1A 61 0 41 11C 5D 12
Octal 102 3 131 32 141 0 101 434 135 22
Binary 1000010 11 1011001 11010 1100001 0 1000001 100011100 1011101 10010

Color Harmonies of #420359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420359

Black with #420359

Text Example


Text Example

White with #420359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420359; }

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

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

background-color css

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

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

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

border-color css

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

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

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