Html Css Color HEX #3E054F Blackcurrant

📋 copy color: '#3E054F'

red 62 ◦ green 5 ◦ blue 79

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

Shades of Blackcurrant #3E054F

Tints of Blackcurrant #3E054F

RGB

 RED value IS 62 (24.61% from 255) = 42.47%

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

 BLUE value IS 79 (31.25% from 255) = 54.11%

R = 42.47%
G = 3.42%
B = 54.11%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3E054F (or 0x3E054F) is known color: Blackcurrant. HEX triplet: 3E, 05 and 4F. RGB value is (62,5,79). Sum of RGB (Red+Green+Blue) = 62+5+79=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #3E054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E054F is #C1FAB0. Grayscale: #1E1E1E. Windows color (decimal): -12712625 or 5178686. OLE color: 5178686.

HSL color Cylindrical-coordinate representation of color #3E054F: hue angle of 286.22º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E054F is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 5 79 -
CMYK 0.22 0.94 0 0.69
HSL 286.22º 0.88% 0.16% -
HSV(B) 286.22º 0.94% 0.31% -
XYZ 3.45 1.7 7.54 -
YUV 30.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 62 5 79 0.22 0.94 0 0.69 286.22 0.88 0.16
Hex 3E 5 4F 16 5E 0 45 11E 58 10
Octal 76 5 117 26 136 0 105 436 130 20
Binary 111110 101 1001111 10110 1011110 0 1000101 100011110 1011000 10000

Color Harmonies of #3E054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E054F

Black with #3E054F

Text Example


Text Example

White with #3E054F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E054F; }

 p { color: rgb(62,5,79); }

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

background-color css

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

 a { background-color: rgb(62,5,79); }

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

border-color css

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

 span { border-color: rgb(62,5,79); }

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