Html Css Color HEX #420450 Blackcurrant

📋 copy color: '#420450'

red 66 ◦ green 4 ◦ blue 80

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

Shades of Blackcurrant #420450

Tints of Blackcurrant #420450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

 BLUE value IS 80 (31.64% from 255) = 53.33%

R = 44%
G = 2.67%
B = 53.33%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#420450 (or 0x420450) is known color: Blackcurrant. HEX triplet: 42, 04 and 50. RGB value is (66,4,80). Sum of RGB (Red+Green+Blue) = 66+4+80=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #420450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420450 is #BDFBAF. Grayscale: #1E1E1E. Windows color (decimal): -12450736 or 5243970. OLE color: 5243970.

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

Color convert

RGB 66 4 80 -
CMYK 0.17 0.95 0 0.69
HSL 288.95º 0.9% 0.16% -
HSV(B) 288.95º 0.95% 0.31% -
XYZ 3.74 1.82 7.74 -
YUV 31.2 155.54 152.82 -
System Red Green Blue C M Y K H S L
Decimal 66 4 80 0.17 0.95 0 0.69 288.95 0.9 0.16
Hex 42 4 50 11 5F 0 45 121 5A 10
Octal 102 4 120 21 137 0 105 441 132 20
Binary 1000010 100 1010000 10001 1011111 0 1000101 100100001 1011010 10000

Color Harmonies of #420450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420450

Black with #420450

Text Example


Text Example

White with #420450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420450; }

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

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

background-color css

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

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

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

border-color css

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

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

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