Html Css Color HEX #3A315C Jacarta

📋 copy color: '#3A315C'

red 58 ◦ green 49 ◦ blue 92

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

Shades of Jacarta #3A315C

Tints of Jacarta #3A315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46.23%

R = 29.15%
G = 24.62%
B = 46.23%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3A315C (or 0x3A315C) is known color: Jacarta. HEX triplet: 3A, 31 and 5C. RGB value is (58,49,92). Sum of RGB (Red+Green+Blue) = 58+49+92=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A315C is #C5CEA3. Grayscale: #383838. Windows color (decimal): -12963492 or 6041914. OLE color: 6041914.

HSL color Cylindrical-coordinate representation of color #3A315C: hue angle of 252.56º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A315C is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 58 49 92 -
CMYK 0.37 0.47 0 0.64
HSL 252.56º 0.3% 0.28% -
HSV(B) 252.56º 0.47% 0.36% -
XYZ 4.78 3.87 10.62 -
YUV 56.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 58 49 92 0.37 0.47 0 0.64 252.56 0.3 0.28
Hex 3A 31 5C 25 2F 0 40 FD 1E 1C
Octal 72 61 134 45 57 0 100 375 36 34
Binary 111010 110001 1011100 100101 101111 0 1000000 11111101 11110 11100

Color Harmonies of #3A315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A315C

Black with #3A315C

Text Example


Text Example

White with #3A315C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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