Html Css Color HEX #42024E Blackcurrant

📋 copy color: '#42024E'

red 66 ◦ green 2 ◦ blue 78

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

Shades of Blackcurrant #42024E

Tints of Blackcurrant #42024E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.37%

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

R = 45.21%
G = 1.37%
B = 53.42%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42024E (or 0x42024E) is known color: Blackcurrant. HEX triplet: 42, 02 and 4E. RGB value is (66,2,78). Sum of RGB (Red+Green+Blue) = 66+2+78=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 78 (30.86% from 255 or 53.42% from 146); Max value from RGB is 78 - color contains mainly: blue. Hex color #42024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42024E is #BDFDB1. Grayscale: #1D1D1D. Windows color (decimal): -12451250 or 5112386. OLE color: 5112386.

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

Color convert

RGB 66 2 78 -
CMYK 0.15 0.97 0 0.69
HSL 290.53º 0.95% 0.16% -
HSV(B) 290.53º 0.97% 0.31% -
XYZ 3.64 1.75 7.35 -
YUV 29.8 155.2 153.82 -
System Red Green Blue C M Y K H S L
Decimal 66 2 78 0.15 0.97 0 0.69 290.53 0.95 0.16
Hex 42 2 4E F 61 0 45 123 5F 10
Octal 102 2 116 17 141 0 105 443 137 20
Binary 1000010 10 1001110 1111 1100001 0 1000101 100100011 1011111 10000

Color Harmonies of #42024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42024E

Black with #42024E

Text Example


Text Example

White with #42024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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