Html Css Color HEX #3E0558 Blackcurrant

📋 copy color: '#3E0558'

red 62 ◦ green 5 ◦ blue 88

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

Shades of Blackcurrant #3E0558

Tints of Blackcurrant #3E0558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 56.77%

R = 40%
G = 3.23%
B = 56.77%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3E0558 (or 0x3E0558) is known color: Blackcurrant. HEX triplet: 3E, 05 and 58. RGB value is (62,5,88). Sum of RGB (Red+Green+Blue) = 62+5+88=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E0558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0558 is #C1FAA7. Grayscale: #1F1F1F. Windows color (decimal): -12712616 or 5768510. OLE color: 5768510.

HSL color Cylindrical-coordinate representation of color #3E0558: hue angle of 281.2º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0558 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 62 5 88 -
CMYK 0.30 0.94 0 0.65
HSL 281.2º 0.89% 0.18% -
HSV(B) 281.2º 0.94% 0.35% -
XYZ 3.8 1.84 9.39 -
YUV 31.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 62 5 88 0.30 0.94 0 0.65 281.2 0.89 0.18
Hex 3E 5 58 1E 5E 0 41 119 59 12
Octal 76 5 130 36 136 0 101 431 131 22
Binary 111110 101 1011000 11110 1011110 0 1000001 100011001 1011001 10010

Color Harmonies of #3E0558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0558

Black with #3E0558

Text Example


Text Example

White with #3E0558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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