Html Css Color HEX #3A3153 Cherry Pie

📋 copy color: '#3A3153'

red 58 ◦ green 49 ◦ blue 83

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

Shades of Cherry Pie #3A3153

Tints of Cherry Pie #3A3153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.68%

R = 30.53%
G = 25.79%
B = 43.68%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3A3153 (or 0x3A3153) is known color: Cherry Pie. HEX triplet: 3A, 31 and 53. RGB value is (58,49,83). Sum of RGB (Red+Green+Blue) = 58+49+83=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A3153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3153 is #C5CEAC. Grayscale: #373737. Windows color (decimal): -12963501 or 5452090. OLE color: 5452090.

HSL color Cylindrical-coordinate representation of color #3A3153: hue angle of 255.88º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A3153 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 49 83 -
CMYK 0.30 0.41 0 0.67
HSL 255.88º 0.26% 0.26% -
HSV(B) 255.88º 0.41% 0.33% -
XYZ 4.4 3.72 8.67 -
YUV 55.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 58 49 83 0.30 0.41 0 0.67 255.88 0.26 0.26
Hex 3A 31 53 1E 29 0 43 100 1A 1A
Octal 72 61 123 36 51 0 103 400 32 32
Binary 111010 110001 1010011 11110 101001 0 1000011 100000000 11010 11010

Color Harmonies of #3A3153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3153

Black with #3A3153

Text Example


Text Example

White with #3A3153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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