Html Css Color HEX #42054C Blackcurrant

📋 copy color: '#42054C'

red 66 ◦ green 5 ◦ blue 76

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

Shades of Blackcurrant #42054C

Tints of Blackcurrant #42054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.4%

 BLUE value IS 76 (30.08% from 255) = 51.7%

R = 44.9%
G = 3.4%
B = 51.7%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42054C (or 0x42054C) is known color: Blackcurrant. HEX triplet: 42, 05 and 4C. RGB value is (66,5,76). Sum of RGB (Red+Green+Blue) = 66+5+76=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #42054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42054C is #BDFAB3. Grayscale: #1F1F1F. Windows color (decimal): -12450484 or 4982082. OLE color: 4982082.

HSL color Cylindrical-coordinate representation of color #42054C: hue angle of 291.55º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42054C is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 5 76 -
CMYK 0.13 0.93 0 0.70
HSL 291.55º 0.88% 0.16% -
HSV(B) 291.55º 0.93% 0.3% -
XYZ 3.61 1.79 6.99 -
YUV 31.33 153.21 152.73 -
System Red Green Blue C M Y K H S L
Decimal 66 5 76 0.13 0.93 0 0.70 291.55 0.88 0.16
Hex 42 5 4C D 5D 0 46 124 58 10
Octal 102 5 114 15 135 0 106 444 130 20
Binary 1000010 101 1001100 1101 1011101 0 1000110 100100100 1011000 10000

Color Harmonies of #42054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42054C

Black with #42054C

Text Example


Text Example

White with #42054C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42054C; }

 p { color: rgb(66,5,76); }

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

background-color css

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

 a { background-color: rgb(66,5,76); }

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

border-color css

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

 span { border-color: rgb(66,5,76); }

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