Html Css Color HEX #420457 Blackcurrant

📋 copy color: '#420457'

red 66 ◦ green 4 ◦ blue 87

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

Shades of Blackcurrant #420457

Tints of Blackcurrant #420457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 55.41%

R = 42.04%
G = 2.55%
B = 55.41%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#420457 (or 0x420457) is known color: Blackcurrant. HEX triplet: 42, 04 and 57. RGB value is (66,4,87). Sum of RGB (Red+Green+Blue) = 66+4+87=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #420457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420457 is #BDFBA8. Grayscale: #1F1F1F. Windows color (decimal): -12450729 or 5702722. OLE color: 5702722.

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

Color convert

RGB 66 4 87 -
CMYK 0.24 0.95 0 0.66
HSL 284.82º 0.91% 0.18% -
HSV(B) 284.82º 0.95% 0.34% -
XYZ 4.01 1.93 9.18 -
YUV 32 159.04 152.25 -
System Red Green Blue C M Y K H S L
Decimal 66 4 87 0.24 0.95 0 0.66 284.82 0.91 0.18
Hex 42 4 57 18 5F 0 42 11D 5B 12
Octal 102 4 127 30 137 0 102 435 133 22
Binary 1000010 100 1010111 11000 1011111 0 1000010 100011101 1011011 10010

Color Harmonies of #420457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420457

Black with #420457

Text Example


Text Example

White with #420457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420457; }

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

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

background-color css

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

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

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

border-color css

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

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

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