Html Css Color HEX #3A314F Cherry Pie

📋 copy color: '#3A314F'

red 58 ◦ green 49 ◦ blue 79

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

Shades of Cherry Pie #3A314F

Tints of Cherry Pie #3A314F

RGB

 RED value IS 58 (23.05% from 255) = 31.18%

 GREEN value IS 49 (19.53% from 255) = 26.34%

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

R = 31.18%
G = 26.34%
B = 42.47%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A314F (or 0x3A314F) is known color: Cherry Pie. HEX triplet: 3A, 31 and 4F. RGB value is (58,49,79). Sum of RGB (Red+Green+Blue) = 58+49+79=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A314F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A314F is #C5CEB0. Grayscale: #373737. Windows color (decimal): -12963505 or 5189946. OLE color: 5189946.

HSL color Cylindrical-coordinate representation of color #3A314F: hue angle of 258º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A314F is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 49 79 -
CMYK 0.27 0.38 0 0.69
HSL 258º 0.23% 0.25% -
HSV(B) 258º 0.38% 0.31% -
XYZ 4.25 3.66 7.88 -
YUV 55.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 58 49 79 0.27 0.38 0 0.69 258 0.23 0.25
Hex 3A 31 4F 1B 26 0 45 102 17 19
Octal 72 61 117 33 46 0 105 402 27 31
Binary 111010 110001 1001111 11011 100110 0 1000101 100000010 10111 11001

Color Harmonies of #3A314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A314F

Black with #3A314F

Text Example


Text Example

White with #3A314F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,49,79); }

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

background-color css

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

 a { background-color: rgb(58,49,79); }

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

border-color css

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

 span { border-color: rgb(58,49,79); }

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