Html Css Color HEX #420458 Blackcurrant

📋 copy color: '#420458'

red 66 ◦ green 4 ◦ blue 88

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

Shades of Blackcurrant #420458

Tints of Blackcurrant #420458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 55.7%

R = 41.77%
G = 2.53%
B = 55.7%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#420458 (or 0x420458) is known color: Blackcurrant. HEX triplet: 42, 04 and 58. RGB value is (66,4,88). Sum of RGB (Red+Green+Blue) = 66+4+88=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #420458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420458 is #BDFBA7. Grayscale: #1F1F1F. Windows color (decimal): -12450728 or 5768258. OLE color: 5768258.

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

Color convert

RGB 66 4 88 -
CMYK 0.25 0.95 0 0.65
HSL 284.29º 0.91% 0.18% -
HSV(B) 284.29º 0.95% 0.35% -
XYZ 4.05 1.95 9.4 -
YUV 32.11 159.54 152.17 -
System Red Green Blue C M Y K H S L
Decimal 66 4 88 0.25 0.95 0 0.65 284.29 0.91 0.18
Hex 42 4 58 19 5F 0 41 11C 5B 12
Octal 102 4 130 31 137 0 101 434 133 22
Binary 1000010 100 1011000 11001 1011111 0 1000001 100011100 1011011 10010

Color Harmonies of #420458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420458

Black with #420458

Text Example


Text Example

White with #420458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420458; }

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

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

background-color css

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

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

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

border-color css

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

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

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