Html Css Color HEX #42014E Blackcurrant

📋 copy color: '#42014E'

red 66 ◦ green 1 ◦ blue 78

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

Shades of Blackcurrant #42014E

Tints of Blackcurrant #42014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

 BLUE value IS 78 (30.86% from 255) = 53.79%

R = 45.52%
G = 0.69%
B = 53.79%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42014E (or 0x42014E) is known color: Blackcurrant. HEX triplet: 42, 01 and 4E. RGB value is (66,1,78). Sum of RGB (Red+Green+Blue) = 66+1+78=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #42014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42014E is #BDFEB1. Grayscale: #1C1C1C. Windows color (decimal): -12451506 or 5112130. OLE color: 5112130.

HSL color Cylindrical-coordinate representation of color #42014E: hue angle of 290.65º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42014E is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 1 78 -
CMYK 0.15 0.99 0 0.69
HSL 290.65º 0.97% 0.15% -
HSV(B) 290.65º 0.99% 0.31% -
XYZ 3.63 1.73 7.35 -
YUV 29.21 155.53 154.24 -
System Red Green Blue C M Y K H S L
Decimal 66 1 78 0.15 0.99 0 0.69 290.65 0.97 0.15
Hex 42 1 4E F 63 0 45 123 61 F
Octal 102 1 116 17 143 0 105 443 141 17
Binary 1000010 1 1001110 1111 1100011 0 1000101 100100011 1100001 1111

Color Harmonies of #42014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42014E

Black with #42014E

Text Example


Text Example

White with #42014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42014E; }

 p { color: rgb(66,1,78); }

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

background-color css

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

 a { background-color: rgb(66,1,78); }

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

border-color css

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

 span { border-color: rgb(66,1,78); }

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