#420650

Color #420650 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #420650

Tints of Blackcurrant #420650

Color information

#420650 (or 0x420650) is unknown color: approx Blackcurrant. HEX triplet: 42, 06 and 50. RGB value is (66,6,80). Sum of RGB (Red+Green+Blue) = 66+6+80=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #420650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420650 is #BDF9AF. Grayscale: #202020. Windows color (decimal): -12450224 or 5244482. OLE color: 5244482.

HSL color Cylindrical-coordinate representation of color #420650: hue angle of 288.65º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420650 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB66680-
CMYK0.170.9200.69
HSL288.65º86.05%16.86%-
HSV(B)288.65º92.5%31.37%-
XYZ3.761.877.75-
YUV32.38154.88151.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.42%
GREEN value IS 6 (2.73% from 255) = 3.95%
BLUE value IS 80 (31.64% from 255) = 52.63%
R=43.42%
G=3.95%
B=52.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal666800.170.9200.69288.6586.0516.86
Hex42650115C0451215611
Octal102612021134010544112621
Binary1000010110101000010001101110001000101100100001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420650; }

 p { color: rgb(66,6,80); }

 H1.HeaderClassName
 {
   color: #420650;
 }
 .AnyTagClassName
 {
   color: #420650;
 }
</style>
background-color css

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

 a { background-color: rgb(66,6,80); }

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

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

 span { border-color: rgb(66,6,80); }

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