Html Css Color HEX #2A074E Blackcurrant

📋 copy color: '#2A074E'

red 42 ◦ green 7 ◦ blue 78

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

Shades of Blackcurrant #2A074E

Tints of Blackcurrant #2A074E

RGB

 RED value IS 42 (16.8% from 255) = 33.07%

 GREEN value IS 7 (3.13% from 255) = 5.51%

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

R = 33.07%
G = 5.51%
B = 61.42%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2A074E (or 0x2A074E) is known color: Blackcurrant. HEX triplet: 2A, 07 and 4E. RGB value is (42,7,78). Sum of RGB (Red+Green+Blue) = 42+7+78=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A074E is #D5F8B1. Grayscale: #191919. Windows color (decimal): -14022834 or 5113642. OLE color: 5113642.

HSL color Cylindrical-coordinate representation of color #2A074E: hue angle of 269.58º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A074E is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 42 7 78 -
CMYK 0.46 0.91 0 0.69
HSL 269.58º 0.84% 0.17% -
HSV(B) 269.58º 0.91% 0.31% -
XYZ 2.41 1.19 7.31 -
YUV 25.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 42 7 78 0.46 0.91 0 0.69 269.58 0.84 0.17
Hex 2A 7 4E 2E 5B 0 45 10E 54 11
Octal 52 7 116 56 133 0 105 416 124 21
Binary 101010 111 1001110 101110 1011011 0 1000101 100001110 1010100 10001

Color Harmonies of #2A074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A074E

Black with #2A074E

Text Example


Text Example

White with #2A074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A074E; }

 p { color: rgb(42,7,78); }

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

background-color css

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

 a { background-color: rgb(42,7,78); }

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

border-color css

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

 span { border-color: rgb(42,7,78); }

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